theming changes
This commit is contained in:
parent
6f070b291f
commit
9c92ea27e3
6 changed files with 17 additions and 15 deletions
|
@ -30,7 +30,6 @@ in {
|
|||
corner_radius = 8;
|
||||
gap_size = 8;
|
||||
frame_width = 1;
|
||||
transparency = 1;
|
||||
|
||||
icon_position = "left";
|
||||
min_icon_size = 48;
|
||||
|
@ -70,17 +69,17 @@ in {
|
|||
};
|
||||
|
||||
urgency_low = {
|
||||
background = "#${base00}30";
|
||||
background = "#${base00}cc";
|
||||
foreground = "#${base05}";
|
||||
};
|
||||
|
||||
urgency_normal = {
|
||||
background = "#${base00}30";
|
||||
background = "#${base00}cc";
|
||||
foreground = "#${base05}";
|
||||
};
|
||||
|
||||
urgency_critical = {
|
||||
background = "#${base00}30";
|
||||
background = "#${base00}cc";
|
||||
foreground = "#${base05}";
|
||||
frame_color = "#${base08}"; # base16 spec says red
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue