-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtop.theme
More file actions
85 lines (63 loc) · 1.86 KB
/
btop.theme
File metadata and controls
85 lines (63 loc) · 1.86 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Crystal (Kanso Zen) btop theme
# Main bg
theme[main_bg]="#090E13"
# Main text color
theme[main_fg]="#dcd7ba"
# Title color for boxes
theme[title]="#dcd7ba"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#C4746E"
# Background color of selected item in processes box
theme[selected_bg]="#24262D"
# Foreground color of selected item in processes box
theme[selected_fg]="#E6C384"
# Color of inactive/disabled text
theme[inactive_fg]="#9E9B93"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#7AA89F"
# Cpu box outline color
theme[cpu_box]="#1C1E25"
# Memory/disks box outline color
theme[mem_box]="#1C1E25"
# Net up/down box outline color
theme[net_box]="#1C1E25"
# Processes box outline color
theme[proc_box]="#1C1E25"
# Box divider line and small boxes line color
theme[div_line]="#1C1E25"
# Temperature graph colors
theme[temp_start]="#87A987"
theme[temp_mid]="#E6C384"
theme[temp_end]="#E46876"
# CPU graph colors
theme[cpu_start]="#87A987"
theme[cpu_mid]="#E6C384"
theme[cpu_end]="#E46876"
# Mem/Disk free meter
theme[free_start]="#C4746E"
theme[free_mid]="#E46876"
theme[free_end]="#E46876"
# Mem/Disk cached meter
theme[cached_start]="#C4B28A"
theme[cached_mid]="#E6C384"
theme[cached_end]="#E6C384"
# Mem/Disk available meter
theme[available_start]="#938AA9"
theme[available_mid]="#A292A3"
theme[available_end]="#8BA4B0"
# Mem/Disk used meter
theme[used_start]="#8EA4A2"
theme[used_mid]="#8BA4B0"
theme[used_end]="#7FB4CA"
# Download graph colors
theme[download_start]="#8BA4B0"
theme[download_mid]="#938AA9"
theme[download_end]="#A292A3"
# Upload graph colors
theme[upload_start]="#E6C384"
theme[upload_mid]="#C4B28A"
theme[upload_end]="#E46876"
# Process box color gradient for threads, mem and cpu usage
theme[process_start]="#87A987"
theme[process_mid]="#E6C384"
theme[process_end]="#C4746E"