···2233#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
44#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
55-color_theme = "rose-pine"
55+color_theme = "osaka-jade"
6677#* If the theme set background should be shown, set to False if you want terminal background transparency.
88theme_background = True
+86
dot_config/btop/themes/osaka-jade.theme
···11+# Main background
22+theme[main_bg]="#111c18"
33+44+# Main text color
55+theme[main_fg]="#F7E8B2"
66+77+# Title color for boxes
88+theme[title]="#D6D5BC"
99+1010+# Highlight color for keyboard shortcuts
1111+theme[hi_fg]="#E67D64"
1212+1313+# Background color of selected items
1414+theme[selected_bg]="#364538"
1515+1616+# Foreground color of selected items
1717+theme[selected_fg]="#DEB266"
1818+1919+# Color of inactive/disabled text
2020+theme[inactive_fg]="#32473B"
2121+2222+# Color of text appearing on top of graphs
2323+theme[graph_text]="#E6D8BA"
2424+2525+# Misc colors for processes box
2626+theme[proc_misc]="#E6D8BA"
2727+2828+# Cpu box outline color
2929+theme[cpu_box]="#81B8A8"
3030+3131+# Memory/disks box outline color
3232+theme[mem_box]="#81B8A8"
3333+3434+# Net up/down box outline color
3535+theme[net_box]="#81B8A8"
3636+3737+# Processes box outline color
3838+theme[proc_box]="#81B8A8"
3939+4040+# Box divider line and small boxes line color
4141+theme[div_line]="#81B8A8"
4242+4343+# Temperature graph colors
4444+theme[temp_start]="#BFD99A"
4545+theme[temp_mid]="#E1B55E"
4646+theme[temp_end]="#DBB05C"
4747+4848+# CPU graph colors
4949+theme[cpu_start]="#5F8C86"
5050+theme[cpu_mid]="#629C89"
5151+theme[cpu_end]="#76AD98"
5252+5353+# Mem/Disk free meter
5454+theme[free_start]="#5F8C86"
5555+theme[free_mid]="#629C89"
5656+theme[free_end]="#76AD98"
5757+5858+# Mem/Disk cached meter
5959+theme[cached_start]="#5F8C86"
6060+theme[cached_mid]="#629C89"
6161+theme[cached_end]="#76AD98"
6262+6363+# Mem/Disk available meter
6464+theme[available_start]="#5F8C86"
6565+theme[available_mid]="#629C89"
6666+theme[available_end]="#76AD98"
6767+6868+# Mem/Disk used meter
6969+theme[used_start]="#5F8C86"
7070+theme[used_mid]="#629C89"
7171+theme[used_end]="#76AD98"
7272+7373+# Download graph colors
7474+theme[download_start]="#75BBB3"
7575+theme[download_mid]="#61949A"
7676+theme[download_end]="#215866"
7777+7878+# Upload graph colors
7979+theme[upload_start]="#215866"
8080+theme[upload_mid]="#91C080"
8181+theme[upload_end]="#549E6A"
8282+8383+# Process box color gradient for threads, mem and cpu usage
8484+theme[process_start]="#72CFA3"
8585+theme[process_mid]="#D0D494"
8686+theme[process_end]="#DB9F9C"
-119
dot_config/btop/themes/rose-pine.theme
···11-# Main background, empty for terminal default, need to be empty if you want transparent background
22-theme[main_bg]="#191724"
33-# Base
44-55-# Main text color
66-theme[main_fg]="#e0def4"
77-# Text
88-99-# Title color for boxes
1010-theme[title]="#908caa"
1111-# Subtle
1212-1313-# Highlight color for keyboard shortcuts
1414-theme[hi_fg]="#e0def4"
1515-# Text
1616-1717-# Background color of selected item in processes box
1818-theme[selected_bg]="#524f67"
1919-# HL High
2020-2121-# Foreground color of selected item in processes box
2222-theme[selected_fg]="#f6c177"
2323-# Gold
2424-2525-# Color of inactive/disabled text
2626-theme[inactive_fg]="#403d52"
2727-# HL Med
2828-2929-# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
3030-theme[graph_text]="#9ccfd8"
3131-# Foam
3232-3333-# Background color of the percentage meters
3434-theme[meter_bg]="#9ccfd8"
3535-# Foam
3636-3737-# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
3838-theme[proc_misc]="#c4a7e7"
3939-# Iris
4040-4141-# Cpu box outline color
4242-theme[cpu_box]="#ebbcba"
4343-# Rose
4444-4545-# Memory/disks box outline color
4646-theme[mem_box]="#31748f"
4747-# Pine
4848-4949-# Net up/down box outline color
5050-theme[net_box]="#c4a7e7"
5151-# Iris
5252-5353-# Processes box outline color
5454-theme[proc_box]="#eb6f92"
5555-# Love
5656-5757-# Box divider line and small boxes line color
5858-theme[div_line]="#6e6a86"
5959-# Muted
6060-6161-# Temperature graph colors
6262-theme[temp_start]="#ebbcba"
6363-# Rose
6464-theme[temp_mid]="#f6c177"
6565-# Gold
6666-theme[temp_end]="#eb6f92"
6767-# Love
6868-6969-# CPU graph colors
7070-theme[cpu_start]="#f6c177"
7171-# Gold
7272-theme[cpu_mid]="#ebbcba"
7373-# Rose
7474-theme[cpu_end]="#eb6f92"
7575-# Love
7676-7777-# Mem/Disk free meter
7878-# all love
7979-theme[free_start]="#eb6f92"
8080-theme[free_mid]="#eb6f92"
8181-theme[free_end]="#eb6f92"
8282-8383-# Mem/Disk cached meter
8484-# all iris
8585-theme[cached_start]="#c4a7e7"
8686-theme[cached_mid]="#c4a7e7"
8787-theme[cached_end]="#c4a7e7"
8888-8989-# Mem/Disk available meter
9090-# all pine
9191-theme[available_start]="#31748f"
9292-theme[available_mid]="#31748f"
9393-theme[available_end]="#31748f"
9494-9595-# Mem/Disk used meter
9696-# all rose
9797-theme[used_start]="#ebbcba"
9898-theme[used_mid]="#ebbcba"
9999-theme[used_end]="#ebbcba"
100100-101101-# Download graph colors
102102-# Pine for start, foam for the rest
103103-theme[download_start]="#31748f"
104104-theme[download_mid]="#9ccfd8"
105105-theme[download_end]="#9ccfd8"
106106-107107-# Upload graph colors
108108-theme[upload_start]="#ebbcba"
109109-# Rose for start
110110-theme[upload_mid]="#eb6f92"
111111-# Love for mid and end
112112-theme[upload_end]="#eb6f92"
113113-114114-# Process box color gradient for threads, mem and cpu usage
115115-theme[process_start]="#31748f"
116116-# Pine
117117-theme[process_mid]="#9ccfd8"
118118-# Foam for mid and end
119119-theme[process_end]="#9ccfd8"