diff options
| author | listout <listout@protonmail.com> | 2022-03-27 18:48:28 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-03-27 18:48:28 +0000 |
| commit | 4aaf1cbc8f67273220a19a87defe4b7c150f7325 (patch) | |
| tree | 5c433443a14f5cb2c813e5d54ebdc987c1a36565 /.config/dunst/dunstrc | |
| parent | cfcc1b00e45b32a00e3e29a3c671beabd0ed6952 (diff) | |
| download | dots-4aaf1cbc8f67273220a19a87defe4b7c150f7325.tar.gz | |
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 <listout@protonmail.com>
Diffstat (limited to '.config/dunst/dunstrc')
| -rw-r--r-- | .config/dunst/dunstrc | 16 |
1 files changed, 8 insertions, 8 deletions
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 |
