diff options
author | sefidel <contact@sefidel.net> | 2022-03-12 17:25:02 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-12 17:25:02 +0900 |
commit | 0e59c90d5eccd202cc0202da284b9a24b0e93a90 (patch) | |
tree | e7192d5faaa5509051445b892b496df232454311 /home/profiles/base/config | |
parent | 657079879aa761b3f03f2cd5f986ad91a8fed3da (diff) | |
download | nixrc-0e59c90d5eccd202cc0202da284b9a24b0e93a90.tar.gz nixrc-0e59c90d5eccd202cc0202da284b9a24b0e93a90.zip |
feat: theme fixup
Diffstat (limited to 'home/profiles/base/config')
-rw-r--r-- | home/profiles/base/config/sway.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index f20007f..61e73d8 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 #508176 + set $muted #36486a # class border backgr text indicator client.focused $primary $primary $color0 $primary |