about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2021-12-29 00:32:00 +0900
committersefidel <contact@sefidel.net>2021-12-29 00:32:00 +0900
commitd65f7f41435e7a0c6a28bfb263472e3c5496352a (patch)
treef4cee98af6d2ac26f0af23f8e9ef94022706c716
parent48b479c4a26eb0f26df8e4171987705533f35c43 (diff)
downloadnixrc-d65f7f41435e7a0c6a28bfb263472e3c5496352a.tar.gz
nixrc-d65f7f41435e7a0c6a28bfb263472e3c5496352a.zip
theme: warm light
-rw-r--r--home/modules/profiles/base/config/sway.nix6
-rw-r--r--home/modules/profiles/base/config/waybar-style.nix26
2 files changed, 16 insertions, 16 deletions
diff --git a/home/modules/profiles/base/config/sway.nix b/home/modules/profiles/base/config/sway.nix
index b43f34d..2fff335 100644
--- a/home/modules/profiles/base/config/sway.nix
+++ b/home/modules/profiles/base/config/sway.nix
@@ -18,7 +18,7 @@
   bindsym $mod+Return exec $term
 
   # set menu
-    set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Iosevka Pure 10.5' -p 'run::' --tb '#c495a2' --tf '#18191f' --hb '#c495a2' --hf '#18191f'"
+    set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Iosevka Pure 10.5' -p 'run::' --tb '#d4ae80' --tf '#18191f' --hb '#d4ae80' --hf '#18191f'"
   bindsym $mod+d exec $menu
 
   # change focus
@@ -175,10 +175,10 @@
   set $color15 #e4e4db
 
   set $primary $color5
-  set $muted #b58693
+  set $muted #a78153
 
   # class                 border    backgr    text    indicator
-  client.focused          $primary $primary $color0 $color5
+  client.focused          $color3 $color3 $color0 $color5
   client.focused_inactive $muted $muted $color0 $color5
   client.unfocused        $muted $muted $color7 $color5
   client.urgent           $color10 $color10 $color0 $color5
diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix
index 8e55b93..b616757 100644
--- a/home/modules/profiles/base/config/waybar-style.nix
+++ b/home/modules/profiles/base/config/waybar-style.nix
@@ -14,13 +14,13 @@
 
   #workspaces button {
     padding: 0 4px;
-    background: #c495a2;
+    background: #d4ae80;
     color: #18191f;
     border-bottom: 2px solid #c495a2;
   }
 
   #workspaces button.focused {
-    background: #c495a2;
+    background: #d4ae80;
     border-bottom: 2px solid #18191f;
   }
 
@@ -40,54 +40,54 @@
   #custom-nixos {
     padding: 0 6px;
     margin: 0;
-    background-color: #c495a2;
+    background-color: #d4ae80;
     color: #18191f;
   }
 
   @keyframes blink {
     to {
-      background-color: #c495a2;
+      background-color: #d4ae80;
       color: #18191f;
     }
   }
 
   #cpu {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
   }
 
   #network {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
   }
 
   #memory {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
   }
 
   #pulseaudio {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
   }
 
   #battery {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
   }
 
   #battery.full {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
     color: #18191f;
   }
 
   #battery.discharging {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
     color: #18191f;
   }
 
   #battery.charging {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
     color: #18191f;
   }
 
   #battery.warning:not(.charging) {
-    background-color: #8bb0a6;
+    background-color: #cbc0ab;
     color: #18191f;
     animation-name: blink;
     animation-duration: 0.5s;