From 4aaf1cbc8f67273220a19a87defe4b7c150f7325 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 28 Mar 2022 00:18:28 +0530 Subject: colorscheme: substrata Moving to substrata color scheme Affected files: - .config/bspwm/bspwmrc - .config/dunst/dunstrc - .config/kitty/kitty.conf - .config/nvim/configs/appearance.vim - .config/nvim/configs/plugins.vim - .config/polybar/config - .config/rofi/config.rasi - .tmux.conf Signed-off-by: listout --- .config/dunst/dunstrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f1da684..c50711c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -86,10 +86,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#3d4059" + frame_color = "#b4b5c9" # Define a color for the separator. # possible values are: @@ -292,22 +292,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #new_icon = /path/to/icon [urgency_normal] - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #new_icon = /path/to/icon [urgency_critical] - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #new_icon = /path/to/icon -- cgit v1.2.3