Fix night theme, search fg

This commit is contained in:
2023-12-01 15:30:50 -05:00
parent 1752319cc5
commit 65c91c4b70
46 changed files with 568 additions and 571 deletions

View File

@@ -2,12 +2,12 @@
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]
background = "#e9e9ec"
background = "#f0e9e8"
foreground = "#6c6252"
frame_color = "#6c6252"
[urgency_normal]
background = "#e1e2e7"
background = "#f9f6f6"
foreground = "#6c6252"
frame_color = "#6c6252"

View File

@@ -2,12 +2,12 @@
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]
background = "#16161e"
background = "#1f1311"
foreground = "#E0CCAE"
frame_color = "#E0CCAE"
[urgency_normal]
background = "#1a1b26"
background = "#0f0908"
foreground = "#E0CCAE"
frame_color = "#E0CCAE"