Skip to content

Commit 8eb9690

Browse files
committed
theme download fix
1 parent fb29eb9 commit 8eb9690

File tree

3 files changed

+267
-3
lines changed

3 files changed

+267
-3
lines changed

themes/greyscale.theme

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,89 @@
1-
404: Not Found
1+
#Bashtop grayscale theme
2+
#by aristocratos
3+
4+
# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
5+
# example for white: "#FFFFFF", "#ff" or "255 255 255".
6+
7+
# All graphs and meters can be gradients
8+
# For single color graphs leave "mid" and "end" variable empty.
9+
# Use "start" and "end" variables for two color gradient
10+
# Use "start", "mid" and "end" for three color gradient
11+
12+
# Main background, empty for terminal default, need to be empty if you want transparent background
13+
theme[main_bg]="#00"
14+
15+
# Main text color
16+
theme[main_fg]="#bb"
17+
18+
# Title color for boxes
19+
theme[title]="#cc"
20+
21+
# Higlight color for keyboard shortcuts
22+
theme[hi_fg]="#90"
23+
24+
# Background color of selected item in processes box
25+
theme[selected_bg]="#ff"
26+
27+
# Foreground color of selected item in processes box
28+
theme[selected_fg]="#00"
29+
30+
# Color of inactive/disabled text
31+
theme[inactive_fg]="#30"
32+
33+
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
34+
theme[proc_misc]="#90"
35+
36+
# Cpu box outline color
37+
theme[cpu_box]="#90"
38+
39+
# Memory/disks box outline color
40+
theme[mem_box]="#90"
41+
42+
# Net up/down box outline color
43+
theme[net_box]="#90"
44+
45+
# Processes box outline color
46+
theme[proc_box]="#90"
47+
48+
# Box divider line and small boxes line color
49+
theme[div_line]="#30"
50+
51+
# Temperature graph colors
52+
theme[temp_start]="#50"
53+
theme[temp_mid]=""
54+
theme[temp_end]="#ff"
55+
56+
# CPU graph colors
57+
theme[cpu_start]="#50"
58+
theme[cpu_mid]=""
59+
theme[cpu_end]="#ff"
60+
61+
# Mem/Disk free meter
62+
theme[free_start]="#50"
63+
theme[free_mid]=""
64+
theme[free_end]="#ff"
65+
66+
# Mem/Disk cached meter
67+
theme[cached_start]="#50"
68+
theme[cached_mid]=""
69+
theme[cached_end]="#ff"
70+
71+
# Mem/Disk available meter
72+
theme[available_start]="#50"
73+
theme[available_mid]=""
74+
theme[available_end]="#ff"
75+
76+
# Mem/Disk used meter
77+
theme[used_start]="#50"
78+
theme[used_mid]=""
79+
theme[used_end]="#ff"
80+
81+
# Download graph colors
82+
theme[download_start]="#30"
83+
theme[download_mid]=""
84+
theme[download_end]="#ff"
85+
86+
# Upload graph colors
87+
theme[upload_start]="#30"
88+
theme[upload_mid]=""
89+
theme[upload_end]="#ff"

themes/monokai.theme

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,89 @@
1-
404: Not Found
1+
#Bashtop monokai theme
2+
#by aristocratos
3+
4+
# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
5+
# example for white: "#FFFFFF", "#ff" or "255 255 255".
6+
7+
# All graphs and meters can be gradients
8+
# For single color graphs leave "mid" and "end" variable empty.
9+
# Use "start" and "end" variables for two color gradient
10+
# Use "start", "mid" and "end" for three color gradient
11+
12+
# Main background, empty for terminal default, need to be empty if you want transparent background
13+
theme[main_bg]="#272822"
14+
15+
# Main text color
16+
theme[main_fg]="#F8F8F2"
17+
18+
# Title color for boxes
19+
theme[title]="#F8F8F2"
20+
21+
# Higlight color for keyboard shortcuts
22+
theme[hi_fg]="#F92672"
23+
24+
# Background color of selected item in processes box
25+
theme[selected_bg]="#7a1137"
26+
27+
# Foreground color of selected item in processes box
28+
theme[selected_fg]="#F8F8F2"
29+
30+
# Color of inactive/disabled text
31+
theme[inactive_fg]="#595647"
32+
33+
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
34+
theme[proc_misc]="#A6E22E"
35+
36+
# Cpu box outline color
37+
theme[cpu_box]="#75715E"
38+
39+
# Memory/disks box outline color
40+
theme[mem_box]="#75715E"
41+
42+
# Net up/down box outline color
43+
theme[net_box]="#75715E"
44+
45+
# Processes box outline color
46+
theme[proc_box]="#75715E"
47+
48+
# Box divider line and small boxes line color
49+
theme[div_line]="#595647"
50+
51+
# Temperature graph colors
52+
theme[temp_start]="#F8F8F2"
53+
theme[temp_mid]=""
54+
theme[temp_end]="#F92672"
55+
56+
# CPU graph colors
57+
theme[cpu_start]="#F8F8F2"
58+
theme[cpu_mid]="#b05475"
59+
theme[cpu_end]="#F92672"
60+
61+
# Mem/Disk free meter
62+
theme[free_start]="#75715E"
63+
theme[free_mid]="a9c474"
64+
theme[free_end]="#e2f5bc"
65+
66+
# Mem/Disk cached meter
67+
theme[cached_start]="#75715E"
68+
theme[cached_mid]="#66D9EF"
69+
theme[cached_end]="#aae7f2"
70+
71+
# Mem/Disk available meter
72+
theme[available_start]="#75715E"
73+
theme[available_mid]="#E6DB74"
74+
theme[available_end]="#f2ecb6"
75+
76+
# Mem/Disk used meter
77+
theme[used_start]="#75715E"
78+
theme[used_mid]="#F92672"
79+
theme[used_end]="#ff87b2"
80+
81+
# Download graph colors
82+
theme[download_start]="#2d2042"
83+
theme[download_mid]="#7352a8"
84+
theme[download_end]="#ccaefc"
85+
86+
# Upload graph colors
87+
theme[upload_start]="#570d33"
88+
theme[upload_mid]="#cf277d"
89+
theme[upload_end]="#fa91c7"

themes/whiteout.theme

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,89 @@
1-
404: Not Found
1+
#Bashtop "whiteout" theme
2+
#by aristocratos
3+
4+
# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
5+
# example for white: "#FFFFFF", "#ff" or "255 255 255".
6+
7+
# All graphs and meters can be gradients
8+
# For single color graphs leave "mid" and "end" variable empty.
9+
# Use "start" and "end" variables for two color gradient
10+
# Use "start", "mid" and "end" for three color gradient
11+
12+
# Main background, empty for terminal default, need to be empty if you want transparent background
13+
theme[main_bg]="#ff"
14+
15+
# Main text color
16+
theme[main_fg]="#30"
17+
18+
# Title color for boxes
19+
theme[title]="#10"
20+
21+
# Higlight color for keyboard shortcuts
22+
theme[hi_fg]="#284d75"
23+
24+
# Background color of selected item in processes box
25+
theme[selected_bg]="#15283d"
26+
27+
# Foreground color of selected item in processes box
28+
theme[selected_fg]="#ff"
29+
30+
# Color of inactive/disabled text
31+
theme[inactive_fg]="#dd"
32+
33+
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
34+
theme[proc_misc]="#03521d"
35+
36+
# Cpu box outline color
37+
theme[cpu_box]="#1a361e"
38+
39+
# Memory/disks box outline color
40+
theme[mem_box]="#3d3c14"
41+
42+
# Net up/down box outline color
43+
theme[net_box]="#1a1742"
44+
45+
# Processes box outline color
46+
theme[proc_box]="#3b1515"
47+
48+
# Box divider line and small boxes line color
49+
theme[div_line]="#80"
50+
51+
# Temperature graph colors
52+
theme[temp_start]="#184567"
53+
theme[temp_mid]="#122c87"
54+
theme[temp_end]="#9e0061"
55+
56+
# CPU graph colors
57+
theme[cpu_start]="#0b8e44"
58+
theme[cpu_mid]="#a49104"
59+
theme[cpu_end]="#8d0202"
60+
61+
# Mem/Disk free meter
62+
theme[free_start]="#b0d090"
63+
theme[free_mid]="#70ba26"
64+
theme[free_end]="#496600"
65+
66+
# Mem/Disk cached meter
67+
theme[cached_start]="#26c5ff"
68+
theme[cached_mid]="#74e6fc"
69+
theme[cached_end]="#0b1a29"
70+
71+
# Mem/Disk available meter
72+
theme[available_start]="#ffb814"
73+
theme[available_mid]="#ffd77a"
74+
theme[available_end]="#292107"
75+
76+
# Mem/Disk used meter
77+
theme[used_start]="#ff4769"
78+
theme[used_mid]="#d9626d"
79+
theme[used_end]="#3b1f1c"
80+
81+
# Download graph colors
82+
theme[download_start]="#8d82de"
83+
theme[download_mid]="#413786"
84+
theme[download_end]="#130f29"
85+
86+
# Upload graph colors
87+
theme[upload_start]="#f590f9"
88+
theme[upload_mid]="#722e76"
89+
theme[upload_end]="#2b062d"

0 commit comments

Comments
 (0)