diff options
author | listout <listout@protonmail.com> | 2022-01-07 23:41:51 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-07 23:41:51 +0530 |
commit | 1bae9d6281649451973621afe21eddbdc16a3f69 (patch) | |
tree | bbe0f664043881d7905f32c67120dabdf357a361 /.config/dunst/dunstrc | |
parent | 1115657540847066cc575975c33e5cd821906b13 (diff) |
color scheme changed to aquarium
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 89840ec..f1da684 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -89,7 +89,7 @@ frame_width = 3 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#3d4059" # Define a color for the separator. # possible values are: @@ -111,7 +111,7 @@ ### Text ### - font = Monospace 10 + font = Mono 09 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -292,23 +292,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#1c1c1c" - foreground = "#b5b4c9" + background = "#2c2e3e" + foreground = "#cddbf9" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #new_icon = /path/to/icon [urgency_normal] - background = "#1c1c1c" - foreground = "#b5b4c9" + background = "#2c2e3e" + foreground = "#cddbf9" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #new_icon = /path/to/icon [urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" + background = "#2c2e3e" + foreground = "#cddbf9" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #new_icon = /path/to/icon |