diff options
author | sefidel <contact@sefidel.net> | 2022-03-13 16:03:31 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-13 16:03:31 +0900 |
commit | fce9e1d4881a9fb674f3722684db5ab76ea835dd (patch) | |
tree | a5df22b817a0c4c9fa14997b43df50dd96f286cb | |
parent | e688112d623b78019f3e8b29db5b6fd4f73b6453 (diff) | |
download | nixrc-fce9e1d4881a9fb674f3722684db5ab76ea835dd.tar.gz nixrc-fce9e1d4881a9fb674f3722684db5ab76ea835dd.zip |
feat: softjelly
-rw-r--r-- | home/profiles/base/default.nix | 14 | ||||
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 18 | ||||
-rw-r--r-- | nixos/alpha/configuration.nix | 12 |
3 files changed, 22 insertions, 22 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index d69a7e5..7f81212 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -40,25 +40,25 @@ in colors = { background = "151515"; - foreground = "e8e8d3"; + foreground = "cbc0ab"; alt0 = "404040"; alt1 = "606060"; color0 = "3c3c3c"; color1 = "cf6a4c"; color2 = "99ad6a"; - color3 = "ffb964"; + color3 = "d8a465"; color4 = "8197bf"; - color5 = "c6b6ee"; + color5 = "b3a3ff"; color6 = "8fbfdc"; - color7 = "e8e8d3"; + color7 = "cbc0ab"; bright0 = "4c4c4c"; bright1 = "d98870"; bright2 = "adbd88"; - bright3 = "ffc784"; + bright3 = "e0b684"; bright4 = "9aaccc"; - bright5 = "d1c5f1"; + bright5 = "c2b5ff"; bright6 = "a5cce3"; - bright7 = "ededdc"; + bright7 = "d5cdbc"; }; }; diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index cfa132e..f46f6ab 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -1,5 +1,5 @@ let - # Nightlamp theme by zachel <zach@zachel.io> + # Softjelly by zachel <zach@zachel.io> # Modified to increase visibility on qutebrowser base00 = "#151515"; base01 = "#222329"; @@ -9,14 +9,14 @@ let base05 = "#cbc0ab"; base06 = "#e0d6bd"; base07 = "#676973"; - base08 = "#b17f81"; - base09 = "#e9b189"; - base0A = "#d4ae80"; - base0B = "#8aa387"; - base0C = "#7aacaa"; - base0D = "#84a0c6"; - base0E = "#a093c7"; - base0F = "#c495a2"; + base08 = "#cf6a4c"; + base09 = "#d8a465"; + base0A = "#c9a554"; + base0B = "#99ad6a"; + base0C = "#8fbfdc"; + base0D = "#8197bf"; + base0E = "#b3a3ff"; + base0F = "#d0a0c0"; in { # Base16 qutebrowser template by theova diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index e48996a..a0459b0 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -68,19 +68,19 @@ "151515" "cf6a4c" "99ad6a" - "ffb964" + "d8a465" "8197bf" - "c6b6ee" + "b3a3ff" "8fbfdc" - "e8e8d3" + "cbc0ab" "333333" "d98870" "adbd88" - "ffc784" + "e0b684" "9aaccc" - "d1c5f1" + "c2b5ff" "a5cce3" - "ededdc" + "d5cdbc" ]; console.keyMap = "us"; |