File tree Expand file tree Collapse file tree 4 files changed +59
-5
lines changed Expand file tree Collapse file tree 4 files changed +59
-5
lines changed Original file line number Diff line number Diff line change
1
+ [global]
2
+ frame_color = "#c0a179"
3
+ separator_color = "#c0a179"
4
+
5
+ [base16_low]
6
+ msg_urgency = "low"
7
+ background = "#1e1812"
8
+ foreground = "#66553f"
9
+
10
+ [base16_normal]
11
+ msg_urgency = "normal"
12
+ background = "#35291d"
13
+ foreground = "#c0a179"
14
+
15
+ [base16_critical]
16
+ msg_urgency = "critical"
17
+ background = "#887254"
18
+ foreground = "#d6b891"
Original file line number Diff line number Diff line change
1
+ [global]
2
+ frame_color = "#35291d"
3
+ separator_color = "#35291d"
4
+
5
+ [base16_low]
6
+ msg_urgency = "low"
7
+ background = "#c0a179"
8
+ foreground = "#887254"
9
+
10
+ [base16_normal]
11
+ msg_urgency = "normal"
12
+ background = "#a28662"
13
+ foreground = "#35291d"
14
+
15
+ [base16_critical]
16
+ msg_urgency = "critical"
17
+ background = "#413325"
18
+ foreground = "#413325"
Original file line number Diff line number Diff line change
1
+ [global]
2
+ frame_color = "#859289"
3
+ separator_color = "#859289"
4
+
5
+ [base16_low]
6
+ msg_urgency = "low"
7
+ background = "#343f44"
8
+ foreground = "#475258"
9
+
10
+ [base16_normal]
11
+ msg_urgency = "normal"
12
+ background = "#3d484d"
13
+ foreground = "#859289"
14
+
15
+ [base16_critical]
16
+ msg_urgency = "critical"
17
+ background = "#e67e80"
18
+ foreground = "#9da9a0"
Original file line number Diff line number Diff line change 1
1
[global]
2
- frame_color = "#4d4d4c "
3
- separator_color = "#4d4d4c "
2
+ frame_color = "#373b41 "
3
+ separator_color = "#373b41 "
4
4
5
5
[base16_low]
6
6
msg_urgency = "low"
7
7
background = "#e0e0e0"
8
- foreground = "#8e908c "
8
+ foreground = "#b4b7b4 "
9
9
10
10
[base16_normal]
11
11
msg_urgency = "normal"
12
- background = "#d6d6d6 "
13
- foreground = "#4d4d4c "
12
+ background = "#c5c8c6 "
13
+ foreground = "#373b41 "
14
14
15
15
[base16_critical]
16
16
msg_urgency = "critical"
You can’t perform that action at this time.
0 commit comments