From 657079879aa761b3f03f2cd5f986ad91a8fed3da Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 16:49:34 +0900 Subject: Revert "feat: gruvbox-material -> avalanche" This reverts commit b9bb0929c03f27c7beadbb85a6f9c1203886a686. --- home/profiles/base/config/sway.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home/profiles/base/config/sway.nix') 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 -- cgit 1.4.1