-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtop.theme
More file actions
123 lines (102 loc) · 3.31 KB
/
btop.theme
File metadata and controls
123 lines (102 loc) · 3.31 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Main background, empty for terminal default, need to be empty if you want transparent background
# darkness_6 - Matthew 27:45
theme[main_bg]="#0C0C0C"
# Main text color
# broken_bread_1 - Matthew 26:17,26
theme[main_fg]="#C2AE93"
# Title color for boxes
# first_day_1 - Mark 16:2
theme[title]="#6C9FBF"
# Highlight color for keyboard shortcuts
# water_of_life_1 - Revelation 22:1,17
theme[hi_fg]="#8B476D"
# Background color of selected item in processes box
# water_of_life_1 - Revelation 22:1,17
theme[selected_bg]="#4AA893"
# Foreground color of selected item in processes box
# darkness_6 - Matthew 27:45
theme[selected_fg]="#0C0C0C"
# Color of inactive/disabled text
# darkness_1 - Matthew 27:45
theme[inactive_fg]="#484848"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
# water_of_life_1 - Revelation 22:1,17
theme[proc_misc]="#4AA893"
# Cpu box outline color
# darkness_1 - Matthew 27:45
theme[cpu_box]="#484848"
# Memory/disks box outline color
# darkness_1 - Matthew 27:45
theme[mem_box]="#484848"
# Net up/down box outline color
# darkness_1 - Matthew 27:45
theme[net_box]="#484848"
# Processes box outline color
# darkness_1 - Matthew 27:45
theme[proc_box]="#484848"
# Box divider line and small boxes line color
# darkness_1 - Matthew 27:45
theme[div_line]="#484848"
# Temperature graph colors
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[temp_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[temp_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[temp_end]="#B83E46"
# CPU graph colors
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[cpu_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[cpu_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[cpu_end]="#B83E46"
# Mem/Disk free meter
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[free_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[free_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[free_end]="#B83E46"
# Mem/Disk cached meter
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[cached_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[cached_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[cached_end]="#B83E46"
# Mem/Disk available meter
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[available_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[available_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[available_end]="#B83E46"
# Mem/Disk used meter
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[used_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[used_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[used_end]="#B83E46"
# Download graph colors
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[download_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[download_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[download_end]="#B83E46"
# Upload graph colors
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[upload_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[upload_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[upload_end]="#B83E46"
# Process box color gradient for threads, mem and cpu usage
# gethsemane_1 - Exodus 27:20; Matthew 26:36
theme[process_start]="#838F46"
# royal_sash_1 - Revelation 1:13
theme[process_mid]="#DCAE3D"
# poured_wine_1 - Matthew 26:27-29
theme[process_end]="#B83E46"