diff options
author | sefidel <contact@sefidel.net> | 2022-03-03 23:15:34 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-03 23:15:34 +0900 |
commit | 15efa700534078bc27aa183e1af8214a651b68d1 (patch) | |
tree | 779d95802625255239dca64f11d7b7ff94b3a604 /home/profiles | |
parent | 7a8fed43c42d0a72de3d6847ced166f1d6a44009 (diff) | |
download | nixrc-15efa700534078bc27aa183e1af8214a651b68d1.tar.gz nixrc-15efa700534078bc27aa183e1af8214a651b68d1.zip |
feat: jellybeans -> gruvbox-material
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/config/sway.nix | 2 | ||||
-rw-r--r-- | home/profiles/base/config/waybar/style.nix | 4 | ||||
-rw-r--r-- | home/profiles/base/default.nix | 44 |
3 files changed, 25 insertions, 25 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index 37f3f74..f20007f 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 #4d698f + set $muted #508176 # class border backgr text indicator client.focused $primary $primary $color0 $primary diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix index 2fff3bd..61caebb 100644 --- a/home/profiles/base/config/waybar/style.nix +++ b/home/profiles/base/config/waybar/style.nix @@ -27,7 +27,7 @@ with neotheme.colors; #workspaces button.focused { color: #${foreground}; - background-color: #${bright0}; + background-color: #${alt1}; } #workspaces button.urgent { @@ -40,7 +40,7 @@ with neotheme.colors; #workspaces button:hover { color: #${foreground}; - background: #${alt1}; + background: #${alt0}; box-shadow: inherit; text-shadow: inherit; } diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 8a309b3..be2d70e 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -36,30 +36,30 @@ in # TODO: use limestone theme neotheme = { - name = "Nightlamp Theme - Iceberg Variant"; - identifier = "nightlamp-iceberg"; + name = "Gruvbox Material"; + identifier = "gruvbox-material"; colors = { - background = "151515"; - foreground = "cbc0ab"; - alt0 = "404147"; - alt1 = "54555b"; - color0 = "222329"; - color1 = "b17f81"; - color2 = "8aa387"; - color3 = "d4ae80"; - color4 = "84a0c6"; - color5 = "a093c7"; - color6 = "8fbfdc"; - color7 = "d0d0c7"; - bright0 = "36373d"; - bright1 = "c59395"; - bright2 = "9eb79b"; - bright3 = "e8c294"; - bright4 = "a2bee4"; - bright5 = "beb1e5"; - bright6 = "acd0e5"; - bright7 = "e4e4db"; + background = "1d2021"; + foreground = "d4be98"; + alt0 = "515a5d"; + alt1 = "667174"; + color0 = "1d2021"; + color1 = "ea6962"; + color2 = "a9b665"; + color3 = "e79a4e"; + color4 = "7daea3"; + color5 = "d3869b"; + color6 = "89b482"; + color7 = "e4be98"; + bright0 = "928374"; + bright1 = "ea6962"; + bright2 = "a9b665"; + bright3 = "d8a657"; + bright4 = "7daea3"; + bright5 = "d3869b"; + bright6 = "89b482"; + bright7 = "d4be98"; }; }; |