mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
hyprland: add 'groupbar' colors (#446)
This commit is contained in:
parent
1ddb78df07
commit
0fc4e9f144
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ let
|
||||||
"col.border_inactive" = rgb base03;
|
"col.border_inactive" = rgb base03;
|
||||||
"col.border_active" = rgb base0D;
|
"col.border_active" = rgb base0D;
|
||||||
"col.border_locked_active" = rgb base0C;
|
"col.border_locked_active" = rgb base0C;
|
||||||
|
|
||||||
|
groupbar = {
|
||||||
|
text_color = rgb base05;
|
||||||
|
"col.active" = rgb base0D;
|
||||||
|
"col.inactive" = rgb base03;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
misc.background_color = rgb base00;
|
misc.background_color = rgb base00;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue