Skip to content

Commit

Permalink
change dunst theme
Browse files Browse the repository at this point in the history
  • Loading branch information
czrd committed May 15, 2024
1 parent 763104c commit f7ce4c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dunst/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
frame_width = 1

# Defines color of the frame around the notification window.
frame_color = "#ccd0da"
frame_color = "#C0C3BD"

# Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border
Expand Down Expand Up @@ -313,22 +313,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#ccd0da"
foreground = "#4c4f69"
background = "#D1D3CC"
foreground = "#4F4D4E"
timeout = 3
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon

[urgency_normal]
background = "#ccd0da"
foreground = "#4c4f69"
background = "#D1D3CC"
foreground = "#4F4D4E"
timeout = 3
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon

[urgency_critical]
background = "#ccd1da"
foreground = "#4c4f69"
background = "#D1D3CC"
foreground = "#4F4D4E"
timeout = 3
# Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon
Expand Down

0 comments on commit f7ce4c8

Please sign in to comment.