dunst: set highlight color to match frame color (#2032)
Some checks are pending
Label Merge Conflicts / conflicts (push) Waiting to run
Some checks are pending
Label Merge Conflicts / conflicts (push) Waiting to run
Link: https://github.com/nix-community/stylix/pull/2032
Reviewed-by: dastarruer <ayushpramanik399@gmail.com>
(cherry picked from commit b09847414b)
This commit is contained in:
parent
1a5c9d8be8
commit
83bf151687
1 changed files with 3 additions and 0 deletions
|
|
@ -27,18 +27,21 @@ mkTarget {
|
||||||
background = base01 + dunstOpacity;
|
background = base01 + dunstOpacity;
|
||||||
foreground = base05;
|
foreground = base05;
|
||||||
frame_color = base03;
|
frame_color = base03;
|
||||||
|
highlight = base03;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = base01 + dunstOpacity;
|
background = base01 + dunstOpacity;
|
||||||
foreground = base05;
|
foreground = base05;
|
||||||
frame_color = base0D;
|
frame_color = base0D;
|
||||||
|
highlight = base0D;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = base01 + dunstOpacity;
|
background = base01 + dunstOpacity;
|
||||||
foreground = base05;
|
foreground = base05;
|
||||||
frame_color = base08;
|
frame_color = base08;
|
||||||
|
highlight = base08;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue