1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# btop pywal theme - auto-generated by pywal
# Background is transparent (set theme_background = False in btop.conf)
# Main background and foreground
theme[main_bg]="{background}"
theme[main_fg]="{foreground}"
# Title and highlighted text
theme[title]="{foreground}"
theme[hi_fg]="{color4}"
# Selected item
theme[selected_bg]="{color1}"
theme[selected_fg]="{foreground}"
# Inactive/disabled text
theme[inactive_fg]="{color8}"
# Graph colors
theme[proc_misc]="{color3}"
# Box borders
theme[cpu_box]="{color1}"
theme[mem_box]="{color2}"
theme[net_box]="{color3}"
theme[proc_box]="{color4}"
# CPU graph gradient (low to high)
theme[cpu_start]="{color2}"
theme[cpu_mid]="{color1}"
theme[cpu_end]="{color4}"
# Memory graph colors
theme[free_start]="{color2}"
theme[free_mid]="{color3}"
theme[free_end]="{color4}"
theme[cached_start]="{color1}"
theme[cached_mid]="{color2}"
theme[cached_end]="{color3}"
theme[available_start]="{color6}"
theme[available_mid]="{color5}"
theme[available_end]="{color8}"
theme[used_start]="{color4}"
theme[used_mid]="{color1}"
theme[used_end]="{color3}"
# Network graph
theme[download_start]="{color1}"
theme[download_mid]="{color2}"
theme[download_end]="{color4}"
theme[upload_start]="{color3}"
theme[upload_mid]="{color2}"
theme[upload_end]="{color6}"
# Process graph
theme[process_start]="{color4}"
theme[process_mid]="{color1}"
theme[process_end]="{color3}"