fix i3 color theme
This commit is contained in:
parent
97d9de4e61
commit
e7917d4746
2 changed files with 11 additions and 4 deletions
nixos/components/gui/home-manager
|
@ -106,6 +106,14 @@ in
|
|||
focus = {
|
||||
followMouse = true;
|
||||
};
|
||||
colors.focused =
|
||||
with config.lib.stylix.colors.withHashtag;
|
||||
{
|
||||
# stylix color overrides
|
||||
border = lib.mkForce base08;
|
||||
background = lib.mkForce base0A;
|
||||
text = lib.mkForce base00;
|
||||
};
|
||||
startup =
|
||||
let
|
||||
height = config.configuration.desktop.height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue