mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/sway: Forgot mako colours
This commit is contained in:
parent
ba2a026d35
commit
c6101e073b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue