changed some colors in dunstrc
This commit is contained in:
parent
8b00fe1082
commit
e93241d81e
@ -155,7 +155,7 @@ max_icon_size = 80
|
||||
icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/
|
||||
|
||||
frame_width = 3
|
||||
frame_color = "#867CC0"
|
||||
frame_color = "#EBDBB2"
|
||||
|
||||
[shortcuts]
|
||||
|
||||
@ -181,23 +181,23 @@ context = ctrl+shift+period
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
frame_color = "#3B7C87"
|
||||
foreground = "#3B7C87"
|
||||
background = "#191311"
|
||||
frame_color = "#458588"
|
||||
foreground = "#83A598"
|
||||
background = "#282828"
|
||||
#background = "#2B313C"
|
||||
timeout = 4
|
||||
|
||||
[urgency_normal]
|
||||
frame_color = "#867CC0"
|
||||
foreground = "#867CC0"
|
||||
background = "#191311"
|
||||
frame_color = "#928374"
|
||||
foreground = "#EBDBB2"
|
||||
background = "#282828"
|
||||
#background = "#2B313C"
|
||||
timeout = 6
|
||||
|
||||
[urgency_critical]
|
||||
frame_color = "#B7472A"
|
||||
foreground = "#B7472A"
|
||||
background = "#191311"
|
||||
frame_color = "#CC241D"
|
||||
foreground = "#FB4934"
|
||||
background = "#282828"
|
||||
#background = "#2B313C"
|
||||
timeout = 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user