Skip to content

Commit c1224b3

Browse files
committed
added 2 new themes by Daniel Ruiz de Alegría
1 parent f51d0eb commit c1224b3

File tree

2 files changed

+178
-0
lines changed

2 files changed

+178
-0
lines changed

themes/flat-remix-light.theme

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
#Bashtop theme with flat-remix colors
2+
#by Daniel Ruiz de Alegría <[email protected]>
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]=""
14+
15+
# Main text color
16+
theme[main_fg]="#737680"
17+
18+
# Title color for boxes
19+
theme[title]="#272a34"
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]="#b8174c"
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]="#40"
32+
33+
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
34+
theme[proc_misc]="#367bf0"
35+
36+
# Cpu box outline color
37+
theme[cpu_box]="#367bf0"
38+
39+
# Memory/disks box outline color
40+
theme[mem_box]="#19a187"
41+
42+
# Net up/down box outline color
43+
theme[net_box]="#fd3535"
44+
45+
# Processes box outline color
46+
theme[proc_box]="#4aaee6"
47+
48+
# Box divider line and small boxes line color
49+
theme[div_line]="#50"
50+
51+
# Temperature graph colors
52+
theme[temp_start]="#367bf0"
53+
theme[temp_mid]="#b8174c"
54+
theme[temp_end]="#d41919"
55+
56+
# CPU graph colors
57+
theme[cpu_start]="#367bf0"
58+
theme[cpu_mid]="#4aaee6"
59+
theme[cpu_end]="#54bd8e"
60+
61+
# Mem/Disk free meter
62+
theme[free_start]="#811035"
63+
theme[free_mid]="#b8174c"
64+
theme[free_end]="#d41919"
65+
66+
# Mem/Disk cached meter
67+
theme[cached_start]="#2656a8"
68+
theme[cached_mid]="#4aaee6"
69+
theme[cached_end]="#23bac2"
70+
71+
# Mem/Disk available meter
72+
theme[available_start]="#fea44c"
73+
theme[available_mid]="#fd7d00"
74+
theme[available_end]="#fe7171"
75+
76+
# Mem/Disk used meter
77+
theme[used_start]="#12715f"
78+
theme[used_mid]="#19a187"
79+
theme[used_end]="#23bac2"
80+
81+
# Download graph colors
82+
theme[download_start]="#367bf0"
83+
theme[download_mid]="#19a187"
84+
theme[download_end]="#4aaee6"
85+
86+
# Upload graph colors
87+
theme[upload_start]="#8c42ab"
88+
theme[upload_mid]="#b8174c"
89+
theme[upload_end]="#d41919"

themes/flat-remix.theme

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
#Bashtop theme with flat-remix colors
2+
#by Daniel Ruiz de Alegría <[email protected]>
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]=""
14+
15+
# Main text color
16+
theme[main_fg]="#E6E6E6"
17+
18+
# Title color for boxes
19+
theme[title]="#ff"
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]="#b8174c"
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]="#40"
32+
33+
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
34+
theme[proc_misc]="#367bf0"
35+
36+
# Cpu box outline color
37+
theme[cpu_box]="#367bf0"
38+
39+
# Memory/disks box outline color
40+
theme[mem_box]="#19a187"
41+
42+
# Net up/down box outline color
43+
theme[net_box]="#fd3535"
44+
45+
# Processes box outline color
46+
theme[proc_box]="#4aaee6"
47+
48+
# Box divider line and small boxes line color
49+
theme[div_line]="#50"
50+
51+
# Temperature graph colors
52+
theme[temp_start]="#367bf0"
53+
theme[temp_mid]="#b8174c"
54+
theme[temp_end]="#d41919"
55+
56+
# CPU graph colors
57+
theme[cpu_start]="#367bf0"
58+
theme[cpu_mid]="#4aaee6"
59+
theme[cpu_end]="#54bd8e"
60+
61+
# Mem/Disk free meter
62+
theme[free_start]="#811035"
63+
theme[free_mid]="#b8174c"
64+
theme[free_end]="#d41919"
65+
66+
# Mem/Disk cached meter
67+
theme[cached_start]="#2656a8"
68+
theme[cached_mid]="#4aaee6"
69+
theme[cached_end]="#23bac2"
70+
71+
# Mem/Disk available meter
72+
theme[available_start]="#fea44c"
73+
theme[available_mid]="#fd7d00"
74+
theme[available_end]="#fe7171"
75+
76+
# Mem/Disk used meter
77+
theme[used_start]="#12715f"
78+
theme[used_mid]="#19a187"
79+
theme[used_end]="#23bac2"
80+
81+
# Download graph colors
82+
theme[download_start]="#367bf0"
83+
theme[download_mid]="#19a187"
84+
theme[download_end]="#4aaee6"
85+
86+
# Upload graph colors
87+
theme[upload_start]="#8c42ab"
88+
theme[upload_mid]="#b8174c"
89+
theme[upload_end]="#d41919"

0 commit comments

Comments
 (0)