summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-11 23:23:38 +0100
committerGravatar Tom Willemsen2012-11-11 23:23:38 +0100
commitc69ad1a11f0124032e4a68d60a64264cf9117f06 (patch)
treecc0a27e4f78641ce9fc9c82d5d87c8185f5ea4d4 /.config
parent185aff75c4f9ee45960c8e483e97e8e871983ba4 (diff)
downloaddotfiles-c69ad1a11f0124032e4a68d60a64264cf9117f06.tar.gz
dotfiles-c69ad1a11f0124032e4a68d60a64264cf9117f06.zip
.config/dunst/dunstrc
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 3fc073d..fca0da8 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -107,18 +107,18 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the '#' and following would be interpreted as a comment.
- background = "#aaaaff"
- foreground = "#000000"
+ background = "#405c2e"
+ foreground = "#eeeeec"
timeout = 10
[urgency_normal]
- background = "#1793D1"
- foreground = "#DDDDDD"
+ background = "#111113"
+ foreground = "#eeeeec"
timeout = 10
[urgency_critical]
- background = "#ffaaaa"
- foreground = "#000000"
+ background = "#973732"
+ foreground = "#eeeeec"
timeout = 0