diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-07-30 19:13:56 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-07-30 19:13:56 +0100 |
| commit | 2242abe2d2a353d96fa81968544ca08147062d08 (patch) | |
| tree | 9cd96322154d45fc69e3e3bb37d846ec9aff7952 | |
| parent | 76f15059aba9db40f466aafdd88dbeff9d6dfdac (diff) | |
Changed background color alpha from #AA to #E6 to match terminals
| -rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 4b41e1e..3cafdd3 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -343,14 +343,14 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282828DD" + background = "#282828E6" foreground = "#FFFFFF" timeout = 5 # Icon for notifications with low urgency default_icon = dialog-information [urgency_normal] - background = "#282828DD" + background = "#282828E6" foreground = "#FFFFFF" timeout = 5 override_pause_level = 30 @@ -358,7 +358,7 @@ default_icon = dialog-information [urgency_critical] - background = "#900000DD" + background = "#900000E6" foreground = "#FFFFFF" frame_color = "#FF0000" timeout = 0 diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 0a7bc0f..0534ca0 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -32,7 +32,7 @@ inner-pad=10 # letter-spacing=0 line-height=18 [colors] -background=282828AA +background=282828E6 text=efefefef match=fabd2fff selection-match=fabd2fff |
