fix(dunst): color schemes
This commit is contained in:
parent
5db1a08d07
commit
844127d30f
1 changed files with 2 additions and 1 deletions
|
|
@ -188,7 +188,8 @@ in
|
|||
};
|
||||
urgency_low = {
|
||||
background = c.bg;
|
||||
foreground = c.fg;
|
||||
foreground = c.blue;
|
||||
frame_color = c.blue;
|
||||
};
|
||||
urgency_normal = {
|
||||
background = c.bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue