Skip to content

Commit ea3acb2

Browse files
Update with the latest tinted-theming colorschemes
1 parent fa0f4e5 commit ea3acb2

File tree

4 files changed

+31
-13
lines changed

4 files changed

+31
-13
lines changed

themes/base16-ayu-dark.dunstrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ separator_color = "#e6e1cf"
99

1010
[base16_normal]
1111
msg_urgency = "normal"
12-
background = "#272d38"
12+
background = "#202229"
1313
foreground = "#e6e1cf"
1414

1515
[base16_critical]
1616
msg_urgency = "critical"
1717
background = "#f07178"
18-
foreground = "#e6e1cf"
18+
foreground = "#ece8db"

themes/base16-ayu-light.dunstrc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[global]
2-
frame_color = "#5c6773"
3-
separator_color = "#5c6773"
2+
frame_color = "#5c6166"
3+
separator_color = "#5c6166"
44

55
[base16_low]
66
msg_urgency = "low"
7-
background = "#f3f4f5"
8-
foreground = "#abb0b6"
7+
background = "#edeff1"
8+
foreground = "#a0a6ac"
99

1010
[base16_normal]
1111
msg_urgency = "normal"
12-
background = "#f8f9fa"
13-
foreground = "#5c6773"
12+
background = "#d2d4d8"
13+
foreground = "#5c6166"
1414

1515
[base16_critical]
1616
msg_urgency = "critical"
17-
background = "#f07178"
18-
foreground = "#242936"
17+
background = "#f07171"
18+
foreground = "#4e5257"

themes/base16-ayu-mirage.dunstrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ separator_color = "#cccac2"
44

55
[base16_low]
66
msg_urgency = "low"
7-
background = "#1f2430"
8-
foreground = "#707a8c"
7+
background = "#242936"
8+
foreground = "#4a5059"
99

1010
[base16_normal]
1111
msg_urgency = "normal"
12-
background = "#242936"
12+
background = "#323844"
1313
foreground = "#cccac2"
1414

1515
[base16_critical]

themes/base16-linux-vt.dunstrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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"

0 commit comments

Comments
 (0)