From 7a9b023c7a3020343e68e02497094e4d9ca69e72 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 6 Mar 2022 18:48:51 +0900 Subject: feat: gruvbox-material -> avalanche --- home/profiles/base/config/sway.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 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 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 -- cgit 1.4.1