Skip to content

Commit 448d82e

Browse files
eylleszli117
andcommitted
Template for btop
Co-authored-by: NoSegfault <development.my6565@gmail.com>
1 parent 5955829 commit 448d82e

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

pywal/templates/btopwal.theme

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Main background, empty for terminal default, need to be empty if you want transparent background
2+
theme[main_bg]="{background}"
3+
4+
# Main text color
5+
theme[main_fg]="{foreground}"
6+
7+
# Title color for boxes
8+
theme[title]="{foreground}"
9+
10+
# Highlight color for keyboard shortcuts
11+
theme[hi_fg]="{color9}"
12+
13+
# Background color of selected item in processes box
14+
theme[selected_bg]="{color12}"
15+
16+
# Foreground color of selected item in processes box
17+
theme[selected_fg]="{foreground}"
18+
19+
# Color of inactive/disabled text
20+
theme[inactive_fg]="{color7.darken(25%)}"
21+
22+
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23+
theme[graph_text]="{foreground}"
24+
25+
# Background color of the percentage meters
26+
theme[meter_bg]="{color0.foxify(1.25)}"
27+
28+
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29+
theme[proc_misc]="{color10}"
30+
31+
# Cpu box outline color
32+
theme[cpu_box]="{color3}"
33+
34+
# Memory/disks box outline color
35+
theme[mem_box]="{color5}"
36+
37+
# Net up/down box outline color
38+
theme[net_box]="{color2}"
39+
40+
# Processes box outline color
41+
theme[proc_box]="{color6}"
42+
43+
# Box divider line and small boxes line color
44+
theme[div_line]="{color0.lighten(20%)}"
45+
46+
# Temperature graph colors
47+
theme[temp_start]="{color11}"
48+
theme[temp_mid]="{color13}"
49+
theme[temp_end]="{color14}"
50+
51+
# CPU graph colors
52+
theme[cpu_start]="{color11}"
53+
theme[cpu_mid]="{color13}"
54+
theme[cpu_end]="{color14}"
55+
56+
# Mem/Disk free meter
57+
theme[free_start]="{color11}"
58+
theme[free_mid]="{color13}"
59+
theme[free_end]="{color14}"
60+
61+
# Mem/Disk cached meter
62+
theme[cached_start]="{color11}"
63+
theme[cached_mid]="{color13}"
64+
theme[cached_end]="{color14}"
65+
66+
# Mem/Disk available meter
67+
theme[available_start]="{color11}"
68+
theme[available_mid]="{color13}"
69+
theme[available_end]="{color14}"
70+
71+
# Mem/Disk used meter
72+
theme[used_start]="{color11}"
73+
theme[used_mid]="{color13}"
74+
theme[used_end]="{color14}"
75+
76+
# Download graph colors
77+
theme[download_start]="{color11}"
78+
theme[download_mid]="{color13}"
79+
theme[download_end]="{color14}"
80+
81+
# Upload graph colors
82+
theme[upload_start]="{color11}"
83+
theme[upload_mid]="{color13}"
84+
theme[upload_end]="{color14}"
85+
86+
# Process box color gradient for threads, mem and cpu usage
87+
theme[process_start]="{color11}"
88+
theme[process_mid]="{color13}"
89+
theme[process_end]="{color14}"

0 commit comments

Comments
 (0)