From 1e743c706f76a23e622058fd22d1ebbe58e3dd62 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Wed, 1 Aug 2018 09:54:32 +0200 Subject: [PATCH] Tweak dunst color theme --- config/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 3f19786..ab482a6 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -61,10 +61,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#E95420" # Define a color for the separator. # possible values are: @@ -85,7 +85,7 @@ ### Text ### - font = Monospace 8 + font = Monospace 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -268,7 +268,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#285577" + background = "#2C001E" foreground = "#ffffff" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable