Skip to content

Commit 734348c

Browse files
committed
Added: monokai_mod.theme
1 parent b710edb commit 734348c

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

themes/index.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ flat-remix-light.theme
33
flat-remix.theme
44
greyscale.theme
55
gruvbox_dark.theme
6+
monokai_mod.theme
67
monokai_nobg.theme
78
monokai.theme
89
solarized_dark.theme

themes/monokai_mod.theme

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
#Bashtop monokai mod 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]=""
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]="#7976B7"
53+
theme[temp_mid]="#D8B8B2"
54+
theme[temp_end]="#F92672"
55+
56+
# CPU graph colors
57+
theme[cpu_start]="#A6E22E"
58+
theme[cpu_mid]="#F8F8F2" #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"

0 commit comments

Comments
 (0)