From d65f7f41435e7a0c6a28bfb263472e3c5496352a Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 29 Dec 2021 00:32:00 +0900 Subject: theme: warm light --- home/modules/profiles/base/config/sway.nix | 6 ++--- home/modules/profiles/base/config/waybar-style.nix | 26 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'home/modules/profiles/base') 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; -- cgit 1.4.1