Revert "Polybar, Dunst: Rerice with darker color schemes"

This reverts commit 1acf5811c6.
This commit is contained in:
Salt 2019-08-22 14:48:11 -05:00
parent d2a33f931e
commit e661c730a0
2 changed files with 8 additions and 8 deletions

View File

@ -62,11 +62,11 @@
# Defines width in pixels of frame around the notification window. # Defines width in pixels of frame around the notification window.
# Set to 0 to disable. # Set to 0 to disable.
frame_width = 20 frame_width = 1
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
#frame_color = "#aaaaaa" #frame_color = "#aaaaaa"
frame_color = "#000000" frame_color = "#2b2e39"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -242,21 +242,21 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#000000" background = "#383c4a"
foreground = "#7c818c" foreground = "#7c818c"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#000000" background = "#383c4a"
foreground = "#fffcf6" foreground = "#fffcf6"
timeout = 10 timeout = 10
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#000000" background = "#383c4a"
foreground = "#b58900" foreground = "#b58900"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable

View File

@ -17,9 +17,9 @@
# ==================== # ====================
[res/colors] [res/colors]
# Arc # Arc
bg-dark = #000000 bg-dark = #383C4A
bg-light = #202020 bg-light = #404552
border = #202020 border = #2B2E39
fg = #FFFCF6 fg = #FFFCF6
selection = #5294E2 selection = #5294E2
# Nord # Nord