Skip to content

Commit fa0f4e5

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

File tree

4 files changed

+59
-5
lines changed

4 files changed

+59
-5
lines changed

themes/base16-charcoal-dark.dunstrc

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

themes/base16-charcoal-light.dunstrc

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

themes/base16-tomorrow.dunstrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[global]
2-
frame_color = "#4d4d4c"
3-
separator_color = "#4d4d4c"
2+
frame_color = "#373b41"
3+
separator_color = "#373b41"
44

55
[base16_low]
66
msg_urgency = "low"
77
background = "#e0e0e0"
8-
foreground = "#8e908c"
8+
foreground = "#b4b7b4"
99

1010
[base16_normal]
1111
msg_urgency = "normal"
12-
background = "#d6d6d6"
13-
foreground = "#4d4d4c"
12+
background = "#c5c8c6"
13+
foreground = "#373b41"
1414

1515
[base16_critical]
1616
msg_urgency = "critical"

0 commit comments

Comments
 (0)