Tweak dunst color theme

master
Hugo Thunnissen 6 years ago
parent 32c2e80f2f
commit 1e743c706f

@ -61,10 +61,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 3
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
frame_color = "#E95420"
# Define a color for the separator.
# possible values are:
@ -85,7 +85,7 @@
### Text ###
font = Monospace 8
font = Monospace 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -268,7 +268,7 @@
#icon = /path/to/icon
[urgency_normal]
background = "#285577"
background = "#2C001E"
foreground = "#ffffff"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable

Loading…
Cancel
Save