aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 17:25:02 +0900
committersefidel <contact@sefidel.net>2022-03-12 17:25:02 +0900
commit0e59c90d5eccd202cc0202da284b9a24b0e93a90 (patch)
treee7192d5faaa5509051445b892b496df232454311
parent657079879aa761b3f03f2cd5f986ad91a8fed3da (diff)
downloadnixrc-0e59c90d5eccd202cc0202da284b9a24b0e93a90.zip
feat: theme fixup
-rw-r--r--home/profiles/base/config/sway.nix2
-rw-r--r--home/profiles/base/default.nix4
2 files changed, 3 insertions, 3 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
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 2cae98f..d69a7e5 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -43,7 +43,7 @@ in
foreground = "e8e8d3";
alt0 = "404040";
alt1 = "606060";
- color0 = "1c1c1c";
+ color0 = "3c3c3c";
color1 = "cf6a4c";
color2 = "99ad6a";
color3 = "ffb964";
@@ -51,7 +51,7 @@ in
color5 = "c6b6ee";
color6 = "8fbfdc";
color7 = "e8e8d3";
- bright0 = "3b3b3b";
+ bright0 = "4c4c4c";
bright1 = "d98870";
bright2 = "adbd88";
bright3 = "ffc784";