summaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 12:52:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 14:15:18 -0400
commit73ae5820b2f96c160a6bc561edb3f515a18a3bf1 (patch)
tree52705eb974f19b521eb494989fd3c7e9050e0389 /.config/dunst
parentd7a49a9495249775e7863018a451f14b52e7ccf7 (diff)
abyss color-theme
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index cf99d48..36d8ab9 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -45,7 +45,7 @@
[frame]
width = 1
- color = "#eeeeec"
+ color = "#0d1000"
[shortcuts]
close = ctrl+space
@@ -54,18 +54,18 @@
context = ctrl+shift+period
[urgency_low]
- background = "#2e3436"
- foreground = "#babdb6"
+ background = "#0d1000"
+ foreground = "#cc79a7"
timeout = 10
[urgency_normal]
- background = "#555753"
- foreground = "#eeeeec"
+ background = "#56b4e9"
+ foreground = "#0d1000"
timeout = 10
[urgency_critical]
- background = "#cc0000"
- foreground = "#eeeeec"
+ background = "#dd5542"
+ foreground = "#fcfbe3"
timeout = 0