File tree Expand file tree Collapse file tree 4 files changed +31
-13
lines changed Expand file tree Collapse file tree 4 files changed +31
-13
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ separator_color = "#e6e1cf"
9
9
10
10
[base16_normal]
11
11
msg_urgency = "normal"
12
- background = "#272d38 "
12
+ background = "#202229 "
13
13
foreground = "#e6e1cf"
14
14
15
15
[base16_critical]
16
16
msg_urgency = "critical"
17
17
background = "#f07178"
18
- foreground = "#e6e1cf "
18
+ foreground = "#ece8db "
Original file line number Diff line number Diff line change 1
1
[global]
2
- frame_color = "#5c6773 "
3
- separator_color = "#5c6773 "
2
+ frame_color = "#5c6166 "
3
+ separator_color = "#5c6166 "
4
4
5
5
[base16_low]
6
6
msg_urgency = "low"
7
- background = "#f3f4f5 "
8
- foreground = "#abb0b6 "
7
+ background = "#edeff1 "
8
+ foreground = "#a0a6ac "
9
9
10
10
[base16_normal]
11
11
msg_urgency = "normal"
12
- background = "#f8f9fa "
13
- foreground = "#5c6773 "
12
+ background = "#d2d4d8 "
13
+ foreground = "#5c6166 "
14
14
15
15
[base16_critical]
16
16
msg_urgency = "critical"
17
- background = "#f07178 "
18
- foreground = "#242936 "
17
+ background = "#f07171 "
18
+ foreground = "#4e5257 "
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ separator_color = "#cccac2"
4
4
5
5
[base16_low]
6
6
msg_urgency = "low"
7
- background = "#1f2430 "
8
- foreground = "#707a8c "
7
+ background = "#242936 "
8
+ foreground = "#4a5059 "
9
9
10
10
[base16_normal]
11
11
msg_urgency = "normal"
12
- background = "#242936 "
12
+ background = "#323844 "
13
13
foreground = "#cccac2"
14
14
15
15
[base16_critical]
Original file line number Diff line number Diff line change
1
+ [global]
2
+ frame_color = "#aaaaaa"
3
+ separator_color = "#aaaaaa"
4
+
5
+ [base16_low]
6
+ msg_urgency = "low"
7
+ background = "#333333"
8
+ foreground = "#555555"
9
+
10
+ [base16_normal]
11
+ msg_urgency = "normal"
12
+ background = "#444444"
13
+ foreground = "#aaaaaa"
14
+
15
+ [base16_critical]
16
+ msg_urgency = "critical"
17
+ background = "#aa0000"
18
+ foreground = "#cccccc"
You can’t perform that action at this time.
0 commit comments