dunst: set highlight color to match frame color (#2032)
Some checks are pending
Label Merge Conflicts / conflicts (push) Waiting to run
Documentation / docs (push) Waiting to run

Link: https://github.com/nix-community/stylix/pull/2032

Reviewed-by: dastarruer <ayushpramanik399@gmail.com>
This commit is contained in:
NAHO 2026-02-20 23:35:23 +01:00 committed by GitHub
parent 9654508da1
commit b09847414b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,18 +27,21 @@ mkTarget {
background = base01 + dunstOpacity;
foreground = base05;
frame_color = base03;
highlight = base03;
};
urgency_normal = {
background = base01 + dunstOpacity;
foreground = base05;
frame_color = base0D;
highlight = base0D;
};
urgency_critical = {
background = base01 + dunstOpacity;
foreground = base05;
frame_color = base08;
highlight = base08;
};
};
}