profiles/sway: Forgot mako colours

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

View file

@ -23,8 +23,8 @@ let witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}
programs.mako = {
enable = true;
defaultTimeout = 3000;
borderColor = witch.style.base16.base07;
borderColor = witch.style.base16.base0A;
backgroundColor = "${witch.style.base16.base00}70";
textColor = witch.style.base16.base07;
textColor = witch.style.base16.base05;
};
}