···23#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
4#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
5-color_theme = "osaka-jade"
67#* If the theme set background should be shown, set to False if you want terminal background transparency.
8theme_background = True
···23#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
4#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
5+color_theme = "rose-pine"
67#* If the theme set background should be shown, set to False if you want terminal background transparency.
8theme_background = True
-86
dot_config/btop/themes/osaka-jade.theme
···1-# Main background
2-theme[main_bg]="#111c18"
3-4-# Main text color
5-theme[main_fg]="#F7E8B2"
6-7-# Title color for boxes
8-theme[title]="#D6D5BC"
9-10-# Highlight color for keyboard shortcuts
11-theme[hi_fg]="#E67D64"
12-13-# Background color of selected items
14-theme[selected_bg]="#364538"
15-16-# Foreground color of selected items
17-theme[selected_fg]="#DEB266"
18-19-# Color of inactive/disabled text
20-theme[inactive_fg]="#32473B"
21-22-# Color of text appearing on top of graphs
23-theme[graph_text]="#E6D8BA"
24-25-# Misc colors for processes box
26-theme[proc_misc]="#E6D8BA"
27-28-# Cpu box outline color
29-theme[cpu_box]="#81B8A8"
30-31-# Memory/disks box outline color
32-theme[mem_box]="#81B8A8"
33-34-# Net up/down box outline color
35-theme[net_box]="#81B8A8"
36-37-# Processes box outline color
38-theme[proc_box]="#81B8A8"
39-40-# Box divider line and small boxes line color
41-theme[div_line]="#81B8A8"
42-43-# Temperature graph colors
44-theme[temp_start]="#BFD99A"
45-theme[temp_mid]="#E1B55E"
46-theme[temp_end]="#DBB05C"
47-48-# CPU graph colors
49-theme[cpu_start]="#5F8C86"
50-theme[cpu_mid]="#629C89"
51-theme[cpu_end]="#76AD98"
52-53-# Mem/Disk free meter
54-theme[free_start]="#5F8C86"
55-theme[free_mid]="#629C89"
56-theme[free_end]="#76AD98"
57-58-# Mem/Disk cached meter
59-theme[cached_start]="#5F8C86"
60-theme[cached_mid]="#629C89"
61-theme[cached_end]="#76AD98"
62-63-# Mem/Disk available meter
64-theme[available_start]="#5F8C86"
65-theme[available_mid]="#629C89"
66-theme[available_end]="#76AD98"
67-68-# Mem/Disk used meter
69-theme[used_start]="#5F8C86"
70-theme[used_mid]="#629C89"
71-theme[used_end]="#76AD98"
72-73-# Download graph colors
74-theme[download_start]="#75BBB3"
75-theme[download_mid]="#61949A"
76-theme[download_end]="#215866"
77-78-# Upload graph colors
79-theme[upload_start]="#215866"
80-theme[upload_mid]="#91C080"
81-theme[upload_end]="#549E6A"
82-83-# Process box color gradient for threads, mem and cpu usage
84-theme[process_start]="#72CFA3"
85-theme[process_mid]="#D0D494"
86-theme[process_end]="#DB9F9C"
···1+# Main background, empty for terminal default, need to be empty if you want transparent background
2+theme[main_bg]="#191724"
3+# Base
4+5+# Main text color
6+theme[main_fg]="#e0def4"
7+# Text
8+9+# Title color for boxes
10+theme[title]="#908caa"
11+# Subtle
12+13+# Highlight color for keyboard shortcuts
14+theme[hi_fg]="#e0def4"
15+# Text
16+17+# Background color of selected item in processes box
18+theme[selected_bg]="#524f67"
19+# HL High
20+21+# Foreground color of selected item in processes box
22+theme[selected_fg]="#f6c177"
23+# Gold
24+25+# Color of inactive/disabled text
26+theme[inactive_fg]="#403d52"
27+# HL Med
28+29+# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
30+theme[graph_text]="#9ccfd8"
31+# Foam
32+33+# Background color of the percentage meters
34+theme[meter_bg]="#9ccfd8"
35+# Foam
36+37+# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
38+theme[proc_misc]="#c4a7e7"
39+# Iris
40+41+# Cpu box outline color
42+theme[cpu_box]="#ebbcba"
43+# Rose
44+45+# Memory/disks box outline color
46+theme[mem_box]="#31748f"
47+# Pine
48+49+# Net up/down box outline color
50+theme[net_box]="#c4a7e7"
51+# Iris
52+53+# Processes box outline color
54+theme[proc_box]="#eb6f92"
55+# Love
56+57+# Box divider line and small boxes line color
58+theme[div_line]="#6e6a86"
59+# Muted
60+61+# Temperature graph colors
62+theme[temp_start]="#ebbcba"
63+# Rose
64+theme[temp_mid]="#f6c177"
65+# Gold
66+theme[temp_end]="#eb6f92"
67+# Love
68+69+# CPU graph colors
70+theme[cpu_start]="#f6c177"
71+# Gold
72+theme[cpu_mid]="#ebbcba"
73+# Rose
74+theme[cpu_end]="#eb6f92"
75+# Love
76+77+# Mem/Disk free meter
78+# all love
79+theme[free_start]="#eb6f92"
80+theme[free_mid]="#eb6f92"
81+theme[free_end]="#eb6f92"
82+83+# Mem/Disk cached meter
84+# all iris
85+theme[cached_start]="#c4a7e7"
86+theme[cached_mid]="#c4a7e7"
87+theme[cached_end]="#c4a7e7"
88+89+# Mem/Disk available meter
90+# all pine
91+theme[available_start]="#31748f"
92+theme[available_mid]="#31748f"
93+theme[available_end]="#31748f"
94+95+# Mem/Disk used meter
96+# all rose
97+theme[used_start]="#ebbcba"
98+theme[used_mid]="#ebbcba"
99+theme[used_end]="#ebbcba"
100+101+# Download graph colors
102+# Pine for start, foam for the rest
103+theme[download_start]="#31748f"
104+theme[download_mid]="#9ccfd8"
105+theme[download_end]="#9ccfd8"
106+107+# Upload graph colors
108+theme[upload_start]="#ebbcba"
109+# Rose for start
110+theme[upload_mid]="#eb6f92"
111+# Love for mid and end
112+theme[upload_end]="#eb6f92"
113+114+# Process box color gradient for threads, mem and cpu usage
115+theme[process_start]="#31748f"
116+# Pine
117+theme[process_mid]="#9ccfd8"
118+# Foam for mid and end
119+theme[process_end]="#9ccfd8"