fix i3 color theme

This commit is contained in:
Ingolf Wagner 2023-07-11 08:15:27 +02:00
parent 97d9de4e61
commit e7917d4746
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 11 additions and 4 deletions
nixos/components/gui/home-manager

View file

@ -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;