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