ctucx.git: nixfiles

ctucx' nixfiles

commit 8bea5ac104bc53d53b9a6511c079f531d45da260
parent 4503b8b379dcb958f824f98358d33a74874322d5
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:48:55 +0100

programs/sway: update colors
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configurations/programs/sway.nix b/configurations/programs/sway.nix
@@ -86,9 +86,9 @@
 
         colors = {
           focused = {
-            background  = "#317148";
-            border      = "#317148";
-            childBorder = "#317148";
+            background  = "#3b8756";
+            border      = "#3b8756";
+            childBorder = "#3b8756";
             text        = "#eceff4";
             indicator   = "#8fbcbb";
           };