fix hy3 theme
This commit is contained in:
parent
3e152c078a
commit
3258c8f107
1 changed files with 5 additions and 4 deletions
|
@ -289,13 +289,14 @@ in
|
|||
render_text = true;
|
||||
text_font = "monospace";
|
||||
radius = config.theme.outerRadius;
|
||||
border_width = config.theme.borderWidth;
|
||||
|
||||
"col.active" = "rgb(${config.theme.colors.base00})";
|
||||
"col.active.border" = "rgb(${config.theme.colors.accent})";
|
||||
"col.active.text" = "rgb(${config.theme.colors.base05})";
|
||||
"col.inactive" = "rgb(${config.theme.colors.base00})";
|
||||
"col.text.active" = "rgb(${config.theme.colors.base05})";
|
||||
"col.text.inactive" = "rgb(${config.theme.colors.base05})";
|
||||
"col.border.active" = "rgb(${config.theme.colors.accent})";
|
||||
"col.border.inactive" = "rgb(${config.theme.colors.base04})";
|
||||
"col.inactive.border" = "rgb(${config.theme.colors.base04})";
|
||||
"col.inactive.text" = "rgb(${config.theme.colors.base05})";
|
||||
};
|
||||
|
||||
autotile = {
|
||||
|
|
Loading…
Reference in a new issue