diff options
author | sefidel <contact@sefidel.net> | 2022-03-06 18:48:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-06 18:58:50 +0900 |
commit | 7a9b023c7a3020343e68e02497094e4d9ca69e72 (patch) | |
tree | 180cfb1d8e654df200ab5a32f9a1f88d70c6f66a /home/profiles/base/config/sway.nix | |
parent | 3788b0a1e3f5473f71e9ce130e1920da750775a4 (diff) | |
download | nixrc-7a9b023c7a3020343e68e02497094e4d9ca69e72.tar.gz nixrc-7a9b023c7a3020343e68e02497094e4d9ca69e72.zip |
feat: gruvbox-material -> avalanche
Diffstat (limited to 'home/profiles/base/config/sway.nix')
-rw-r--r-- | home/profiles/base/config/sway.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index f20007f..eb9849f 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -179,13 +179,12 @@ with neotheme.colors; set $color14 #${bright6} set $color15 #${bright7} - set $primary $color4 - set $muted #508176 + set $primary $color6 # class border backgr text indicator client.focused $primary $primary $color0 $primary - client.focused_inactive $muted $muted $color0 $muted - client.unfocused $muted $muted $color7 $muted + client.focused_inactive $color0 $color0 $color0 $color0 + client.unfocused $color0 $color0 $color7 $color0 client.urgent $color10 $color10 $color0 $color10 output "*" bg ${../../../../assets/annie-spratt-arctic.jpg} fill output "*" scale 1 |