-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbtop.theme
More file actions
70 lines (47 loc) · 1.5 KB
/
Copy pathbtop.theme
File metadata and controls
70 lines (47 loc) · 1.5 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
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#0f0f0f"
# Main text color
theme[main_fg]="#eadccc"
# Title color for boxes
theme[title]="#ede4c8"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#e8ab3b"
# Background color of selected item in processes box
theme[selected_bg]="#706a6a"
# Foreground color of selected item in processes box
theme[selected_fg]="#eadccc"
# Color of inactive/disabled text
theme[inactive_fg]="#706a6a"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#ede4c8"
# Box outline and divider line color
theme[cpu_box]="#cea37f"
theme[mem_box]="#cea37f"
theme[net_box]="#cea37f"
theme[proc_box]="#cea37f"
theme[div_line]="#706a6a"
# Gradient for all meters and graphs
theme[temp_start]="#e8ab3b"
theme[temp_mid]="#e2be8a"
theme[temp_end]="#cea37f"
theme[cpu_start]="#e8ab3b"
theme[cpu_mid]="#e2be8a"
theme[cpu_end]="#cea37f"
theme[free_start]="#e2be8a"
theme[free_mid]="#f4bb54"
theme[free_end]="#f4bb54"
theme[cached_start]="#f4bb54"
theme[cached_mid]="#f4bb54"
theme[cached_end]="#f4bb54"
theme[available_start]="#e8ab3b"
theme[available_mid]="#e8ab3b"
theme[available_end]="#e8ab3b"
theme[used_start]="#cea37f"
theme[used_mid]="#cea37f"
theme[used_end]="#cea37f"
theme[download_start]="#f4bb54"
theme[download_mid]="#e8ab3b"
theme[download_end]="#e2be8a"
theme[upload_start]="#f4bb54"
theme[upload_mid]="#e8ab3b"
theme[upload_end]="#e2be8a"