make dunst opaque
This commit is contained in:
parent
2e94966690
commit
1096b13241
1 changed files with 3 additions and 3 deletions
|
@ -70,17 +70,17 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#${base00}cc";
|
background = "#${base00}FF";
|
||||||
foreground = "#${base05}";
|
foreground = "#${base05}";
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#${base00}cc";
|
background = "#${base00}FF";
|
||||||
foreground = "#${base05}";
|
foreground = "#${base05}";
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#${base00}cc";
|
background = "#${base00}FF";
|
||||||
foreground = "#${base05}";
|
foreground = "#${base05}";
|
||||||
frame_color = "#${base08}"; # base16 spec says red
|
frame_color = "#${base08}"; # base16 spec says red
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue