dunst: Use base03 for filled bar color

Subtle and light enough to see.
This commit is contained in:
Donovan Glover 2024-09-05 12:15:04 -04:00
parent c9285617ba
commit 2193d86585
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,9 +9,10 @@ let
inherit (lib) mkForce; inherit (lib) mkForce;
inherit (config.lib.stylix.colors.withHashtag) inherit (config.lib.stylix.colors.withHashtag)
base02
base03
base08 base08
base0A base0A
base02
; ;
in in
{ {
@ -38,6 +39,7 @@ in
markup = "full"; markup = "full";
min_icon_size = 32; min_icon_size = 32;
max_icon_size = 128; max_icon_size = 128;
highlight = mkForce base03;
}; };
urgency_low = { urgency_low = {