about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-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";