Skip to content

Commit 34fa204

Browse files
committed
Clean up
1 parent d22a201 commit 34fa204

File tree

4 files changed

+7
-187
lines changed

4 files changed

+7
-187
lines changed

themes/index.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ flat-remix-light.theme
33
flat-remix.theme
44
greyscale.theme
55
gruvbox_dark.theme
6-
monokai_mod.theme
7-
monokai_nobg.theme
86
monokai.theme
97
nord.theme
108
solarized_dark.theme

themes/monokai.theme

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Use "start", "mid" and "end" for three color gradient
1111

1212
# Main background, empty for terminal default, need to be empty if you want transparent background
13-
theme[main_bg]="#272822"
13+
theme[main_bg]=""
1414

1515
# Main text color
1616
theme[main_fg]="#F8F8F2"
@@ -22,7 +22,7 @@ theme[title]="#F8F8F2"
2222
theme[hi_fg]="#F92672"
2323

2424
# Background color of selected item in processes box
25-
theme[selected_bg]="#7a1137"
25+
theme[selected_bg]="#7a1137"
2626

2727
# Foreground color of selected item in processes box
2828
theme[selected_fg]="#F8F8F2"
@@ -49,13 +49,13 @@ theme[proc_box]="#75715E"
4949
theme[div_line]="#595647"
5050

5151
# Temperature graph colors
52-
theme[temp_start]="#F8F8F2"
53-
theme[temp_mid]=""
52+
theme[temp_start]="#7976B7"
53+
theme[temp_mid]="#D8B8B2"
5454
theme[temp_end]="#F92672"
5555

5656
# CPU graph colors
57-
theme[cpu_start]="#F8F8F2"
58-
theme[cpu_mid]="#b05475"
57+
theme[cpu_start]="#A6E22E"
58+
theme[cpu_mid]="#F8F8F2" #b05475"
5959
theme[cpu_end]="#F92672"
6060

6161
# Mem/Disk free meter
@@ -86,4 +86,4 @@ theme[download_end]="#ccaefc"
8686
# Upload graph colors
8787
theme[upload_start]="#570d33"
8888
theme[upload_mid]="#cf277d"
89-
theme[upload_end]="#fa91c7"
89+
theme[upload_end]="#fa91c7"

themes/monokai_mod.theme

Lines changed: 0 additions & 89 deletions
This file was deleted.

themes/monokai_nobg.theme

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)