From 15efa700534078bc27aa183e1af8214a651b68d1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Mar 2022 23:15:34 +0900 Subject: feat: jellybeans -> gruvbox-material --- home/profiles/base/config/sway.nix | 2 +- home/profiles/base/config/waybar/style.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles/base/config') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index 37f3f74..f20007f 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -180,7 +180,7 @@ with neotheme.colors; set $color15 #${bright7} set $primary $color4 - set $muted #4d698f + set $muted #508176 # class border backgr text indicator client.focused $primary $primary $color0 $primary diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix index 2fff3bd..61caebb 100644 --- a/home/profiles/base/config/waybar/style.nix +++ b/home/profiles/base/config/waybar/style.nix @@ -27,7 +27,7 @@ with neotheme.colors; #workspaces button.focused { color: #${foreground}; - background-color: #${bright0}; + background-color: #${alt1}; } #workspaces button.urgent { @@ -40,7 +40,7 @@ with neotheme.colors; #workspaces button:hover { color: #${foreground}; - background: #${alt1}; + background: #${alt0}; box-shadow: inherit; text-shadow: inherit; } -- cgit 1.4.1