Skip to content

Commit 5a69901

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

6 files changed

+108
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#dedede"
3+
separator_color = "#dedede"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#181b1f"
8+
foreground = "#636363"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#3e4044"
13+
foreground = "#dedede"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#f58c81"
18+
foreground = "#fff7ed"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#cecece"
3+
separator_color = "#cecece"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#24272b"
8+
foreground = "#636363"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#3e4044"
13+
foreground = "#cecece"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#df7f78"
18+
foreground = "#fff7ed"

themes/base16-penumbra-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 = "#bebebe"
3+
separator_color = "#bebebe"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#303338"
8+
foreground = "#636363"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#3e4044"
13+
foreground = "#bebebe"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#ca736c"
18+
foreground = "#fff7ed"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#636363"
3+
separator_color = "#636363"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#fff7ed"
8+
foreground = "#dedede"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#f2e6d4"
13+
foreground = "#636363"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#f58c81"
18+
foreground = "#181b1f"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[global]
2+
frame_color = "#636363"
3+
separator_color = "#636363"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#fff7ed"
8+
foreground = "#cecece"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#f2e6d4"
13+
foreground = "#636363"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#df7f78"
18+
foreground = "#24272b"

themes/base16-penumbra-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 = "#636363"
3+
separator_color = "#636363"
4+
5+
[base16_low]
6+
msg_urgency = "low"
7+
background = "#fff7ed"
8+
foreground = "#bebebe"
9+
10+
[base16_normal]
11+
msg_urgency = "normal"
12+
background = "#f2e6d4"
13+
foreground = "#636363"
14+
15+
[base16_critical]
16+
msg_urgency = "critical"
17+
background = "#ca736c"
18+
foreground = "#303338"

0 commit comments

Comments
 (0)