민트색으로 변경
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
# Draw a line of "separator_height" pixel height between two
|
||||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
separator_height = 2
|
||||
separator_height = 3
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 8
|
||||
@@ -61,10 +61,10 @@
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 0
|
||||
frame_width = 3
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#aaaaaa"
|
||||
frame_color = "#8abeb7"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -282,8 +282,8 @@
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#eb564dcc"
|
||||
foreground = "#fff"
|
||||
background = "#ffffffcc"
|
||||
foreground = "#335555cc"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
Reference in New Issue
Block a user