profiles/sway: Slight colour change on focusedInactive

This commit is contained in:
kat witch 2021-04-30 02:54:31 +01:00
parent c6101e073b
commit c8fe401c02
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -202,7 +202,7 @@ let witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}
focusedInactive = {
border = witch.style.base16.base00;
background = witch.style.base16.base07;
text = witch.style.base16.base0E;
text = witch.style.base16.base0A;
indicator = witch.style.base16.base0B;
childBorder = witch.style.base16.base03;
};