Skip to content

Commit 3108e2a

Browse files
Update with the latest tinted-theming colorschemes
1 parent b414c4f commit 3108e2a

12 files changed

+189
-9
lines changed

themes/base16-0x96f.dunstrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#fcfcfc"
3+
separator_color = "#fcfcfc"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#3b393c"
8+
foreground = "#676567"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#514f52"
13+
foreground = "#fcfcfc"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#ff7272"
18+
foreground = "#eae9eb"

themes/base16-chicago-day.dunstrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#364c40"
3+
separator_color = "#364c40"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#d1e0d7"
8+
foreground = "#8a9a91"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#b9d0c3"
13+
foreground = "#364c40"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#c60c30"
18+
foreground = "#2a3b32"

themes/base16-chicago-night.dunstrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#a7b8af"
3+
separator_color = "#a7b8af"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#2a3b32"
8+
foreground = "#5f7368"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#364c40"
13+
foreground = "#a7b8af"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#c60c30"
18+
foreground = "#c1cdc7"

themes/base16-digital-rain.dunstrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#00ff00"
3+
separator_color = "#00ff00"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#4a806c"
8+
foreground = "#7c8d7c"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#4a8d7e"
13+
foreground = "#00ff00"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#c85a46"
18+
foreground = "#c4cec4"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#d3c6aa"
3+
separator_color = "#d3c6aa"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#3a464c"
8+
foreground = "#859289"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#4d5960"
13+
foreground = "#d3c6aa"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#e67e80"
18+
foreground = "#ddd8be"

themes/base16-github-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 = "#c9d1d9"
3+
separator_color = "#c9d1d9"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#30363d"
8+
foreground = "#6e7681"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#484f58"
13+
foreground = "#c9d1d9"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#f85149"
18+
foreground = "#f0f6fc"

themes/base16-github.dunstrc

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

55
[base16_low]
66
msg_urgency = "low"
7-
background = "#f5f5f5"
8-
foreground = "#969896"
7+
background = "#d0d7de"
8+
foreground = "#8c959f"
99

1010
[base16_normal]
1111
msg_urgency = "normal"
12-
background = "#c8c8fa"
13-
foreground = "#333333"
12+
background = "#afb8c1"
13+
foreground = "#424a53"
1414

1515
[base16_critical]
1616
msg_urgency = "critical"
17-
background = "#ed6a43"
18-
foreground = "#ffffff"
17+
background = "#fa4549"
18+
foreground = "#32383f"

themes/base16-gruvbox-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 = "#ebdbb2"
3+
separator_color = "#ebdbb2"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#3c3836"
8+
foreground = "#665c54"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#504945"
13+
foreground = "#ebdbb2"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#cc241d"
18+
foreground = "#fbf1c7"

themes/base16-gruvbox-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 = "#3c3836"
3+
separator_color = "#3c3836"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#ebdbb2"
8+
foreground = "#bdae93"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#d5c4a1"
13+
foreground = "#3c3836"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#cc241d"
18+
foreground = "#282828"

themes/base16-kanagawa-dragon.dunstrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#c5c9c5"
3+
separator_color = "#c5c9c5"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#1d1c19"
8+
foreground = "#737c73"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#282727"
13+
foreground = "#c5c9c5"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#c4746e"
18+
foreground = "#7a8382"

0 commit comments

Comments
 (0)