1# Main background, empty for terminal default, need to be empty if you want transparent background
2theme[main_bg]="#282a36"
3
4# Main text color
5theme[main_fg]="#f8f8f2"
6
7# Title color for boxes
8theme[title]="#f8f8f2"
9
10# Highlight color for keyboard shortcuts
11theme[hi_fg]="#6272a4"
12
13# Background color of selected item in processes box
14theme[selected_bg]="#ff79c6"
15
16# Foreground color of selected item in processes box
17theme[selected_fg]="#f8f8f2"
18
19# Color of inactive/disabled text
20theme[inactive_fg]="#44475a"
21
22# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23theme[graph_text]="#f8f8f2"
24
25# Background color of the percentage meters
26theme[meter_bg]="#44475a"
27
28# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29theme[proc_misc]="#bd93f9"
30
31# Cpu box outline color
32theme[cpu_box]="#bd93f9"
33
34# Memory/disks box outline color
35theme[mem_box]="#50fa7b"
36
37# Net up/down box outline color
38theme[net_box]="#ff5555"
39
40# Processes box outline color
41theme[proc_box]="#8be9fd"
42
43# Box divider line and small boxes line color
44theme[div_line]="#44475a"
45
46# Temperature graph colors
47theme[temp_start]="#bd93f9"
48theme[temp_mid]="#ff79c6"
49theme[temp_end]="#ff33a8"
50
51# CPU graph colors
52theme[cpu_start]="#bd93f9"
53theme[cpu_mid]="#8be9fd"
54theme[cpu_end]="#50fa7b"
55
56# Mem/Disk free meter
57theme[free_start]="#ffa6d9"
58theme[free_mid]="#ff79c6"
59theme[free_end]="#ff33a8"
60
61# Mem/Disk cached meter
62theme[cached_start]="#b1f0fd"
63theme[cached_mid]="#8be9fd"
64theme[cached_end]="#26d7fd"
65
66# Mem/Disk available meter
67theme[available_start]="#ffd4a6"
68theme[available_mid]="#ffb86c"
69theme[available_end]="#ff9c33"
70
71# Mem/Disk used meter
72theme[used_start]="#96faaf"
73theme[used_mid]="#50fa7b"
74theme[used_end]="#0dfa49"
75
76# Download graph colors
77theme[download_start]="#bd93f9"
78theme[download_mid]="#50fa7b"
79theme[download_end]="#8be9fd"
80
81# Upload graph colors
82theme[upload_start]="#8c42ab"
83theme[upload_mid]="#ff79c6"
84theme[upload_end]="#ff33a8"
85
86# Process box color gradient for threads, mem and cpu usage
87theme[process_start]="#50fa7b"
88theme[process_mid]="#59b690"
89theme[process_end]="#6272a4"
90