-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtop.theme
More file actions
70 lines (47 loc) · 1.5 KB
/
btop.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]="#ffffff"
# Main text color
theme[main_fg]="#050506"
# Title color for boxes
theme[title]="#a426a2"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#0182b9"
# Background color of selected item in processes box
theme[selected_bg]="#a1a1a6"
# Foreground color of selected item in processes box
theme[selected_fg]="#050506"
# Color of inactive/disabled text
theme[inactive_fg]="#a1a1a6"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#a426a2"
# Box outline and divider line color
theme[cpu_box]="#50a14f"
theme[mem_box]="#50a14f"
theme[net_box]="#50a14f"
theme[proc_box]="#50a14f"
theme[div_line]="#a1a1a6"
# Gradient for all meters and graphs
theme[temp_start]="#0182b9"
theme[temp_mid]="#4279f2"
theme[temp_end]="#50a14f"
theme[cpu_start]="#0182b9"
theme[cpu_mid]="#4279f2"
theme[cpu_end]="#50a14f"
theme[free_start]="#4279f2"
theme[free_mid]="#bf8201"
theme[free_end]="#bf8201"
theme[cached_start]="#bf8201"
theme[cached_mid]="#bf8201"
theme[cached_end]="#bf8201"
theme[available_start]="#0182b9"
theme[available_mid]="#0182b9"
theme[available_end]="#0182b9"
theme[used_start]="#50a14f"
theme[used_mid]="#50a14f"
theme[used_end]="#50a14f"
theme[download_start]="#bf8201"
theme[download_mid]="#0182b9"
theme[download_end]="#4279f2"
theme[upload_start]="#bf8201"
theme[upload_mid]="#0182b9"
theme[upload_end]="#4279f2"