diff --git a/dot_config/btop/btop.conf b/dot_config/btop/btop.conf index 295d994..921c5bf 100644 --- a/dot_config/btop/btop.conf +++ b/dot_config/btop/btop.conf @@ -2,7 +2,7 @@ #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "osaka-jade" +color_theme = "rose-pine" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True diff --git a/dot_config/btop/themes/osaka-jade.theme b/dot_config/btop/themes/osaka-jade.theme deleted file mode 100644 index ce06d3d..0000000 --- a/dot_config/btop/themes/osaka-jade.theme +++ /dev/null @@ -1,86 +0,0 @@ -# Main background -theme[main_bg]="#111c18" - -# Main text color -theme[main_fg]="#F7E8B2" - -# Title color for boxes -theme[title]="#D6D5BC" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#E67D64" - -# Background color of selected items -theme[selected_bg]="#364538" - -# Foreground color of selected items -theme[selected_fg]="#DEB266" - -# Color of inactive/disabled text -theme[inactive_fg]="#32473B" - -# Color of text appearing on top of graphs -theme[graph_text]="#E6D8BA" - -# Misc colors for processes box -theme[proc_misc]="#E6D8BA" - -# Cpu box outline color -theme[cpu_box]="#81B8A8" - -# Memory/disks box outline color -theme[mem_box]="#81B8A8" - -# Net up/down box outline color -theme[net_box]="#81B8A8" - -# Processes box outline color -theme[proc_box]="#81B8A8" - -# Box divider line and small boxes line color -theme[div_line]="#81B8A8" - -# Temperature graph colors -theme[temp_start]="#BFD99A" -theme[temp_mid]="#E1B55E" -theme[temp_end]="#DBB05C" - -# CPU graph colors -theme[cpu_start]="#5F8C86" -theme[cpu_mid]="#629C89" -theme[cpu_end]="#76AD98" - -# Mem/Disk free meter -theme[free_start]="#5F8C86" -theme[free_mid]="#629C89" -theme[free_end]="#76AD98" - -# Mem/Disk cached meter -theme[cached_start]="#5F8C86" -theme[cached_mid]="#629C89" -theme[cached_end]="#76AD98" - -# Mem/Disk available meter -theme[available_start]="#5F8C86" -theme[available_mid]="#629C89" -theme[available_end]="#76AD98" - -# Mem/Disk used meter -theme[used_start]="#5F8C86" -theme[used_mid]="#629C89" -theme[used_end]="#76AD98" - -# Download graph colors -theme[download_start]="#75BBB3" -theme[download_mid]="#61949A" -theme[download_end]="#215866" - -# Upload graph colors -theme[upload_start]="#215866" -theme[upload_mid]="#91C080" -theme[upload_end]="#549E6A" - -# Process box color gradient for threads, mem and cpu usage -theme[process_start]="#72CFA3" -theme[process_mid]="#D0D494" -theme[process_end]="#DB9F9C" diff --git a/dot_config/btop/themes/rose-pine.theme b/dot_config/btop/themes/rose-pine.theme new file mode 100644 index 0000000..b045441 --- /dev/null +++ b/dot_config/btop/themes/rose-pine.theme @@ -0,0 +1,119 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#191724" +# Base + +# Main text color +theme[main_fg]="#e0def4" +# Text + +# Title color for boxes +theme[title]="#908caa" +# Subtle + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#e0def4" +# Text + +# Background color of selected item in processes box +theme[selected_bg]="#524f67" +# HL High + +# Foreground color of selected item in processes box +theme[selected_fg]="#f6c177" +# Gold + +# Color of inactive/disabled text +theme[inactive_fg]="#403d52" +# HL Med + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#9ccfd8" +# Foam + +# Background color of the percentage meters +theme[meter_bg]="#9ccfd8" +# Foam + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#c4a7e7" +# Iris + +# Cpu box outline color +theme[cpu_box]="#ebbcba" +# Rose + +# Memory/disks box outline color +theme[mem_box]="#31748f" +# Pine + +# Net up/down box outline color +theme[net_box]="#c4a7e7" +# Iris + +# Processes box outline color +theme[proc_box]="#eb6f92" +# Love + +# Box divider line and small boxes line color +theme[div_line]="#6e6a86" +# Muted + +# Temperature graph colors +theme[temp_start]="#ebbcba" +# Rose +theme[temp_mid]="#f6c177" +# Gold +theme[temp_end]="#eb6f92" +# Love + +# CPU graph colors +theme[cpu_start]="#f6c177" +# Gold +theme[cpu_mid]="#ebbcba" +# Rose +theme[cpu_end]="#eb6f92" +# Love + +# Mem/Disk free meter +# all love +theme[free_start]="#eb6f92" +theme[free_mid]="#eb6f92" +theme[free_end]="#eb6f92" + +# Mem/Disk cached meter +# all iris +theme[cached_start]="#c4a7e7" +theme[cached_mid]="#c4a7e7" +theme[cached_end]="#c4a7e7" + +# Mem/Disk available meter +# all pine +theme[available_start]="#31748f" +theme[available_mid]="#31748f" +theme[available_end]="#31748f" + +# Mem/Disk used meter +# all rose +theme[used_start]="#ebbcba" +theme[used_mid]="#ebbcba" +theme[used_end]="#ebbcba" + +# Download graph colors +# Pine for start, foam for the rest +theme[download_start]="#31748f" +theme[download_mid]="#9ccfd8" +theme[download_end]="#9ccfd8" + +# Upload graph colors +theme[upload_start]="#ebbcba" +# Rose for start +theme[upload_mid]="#eb6f92" +# Love for mid and end +theme[upload_end]="#eb6f92" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#31748f" +# Pine +theme[process_mid]="#9ccfd8" +# Foam for mid and end +theme[process_end]="#9ccfd8"