diff options
author | sefidel <contact@sefidel.net> | 2022-03-09 15:48:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-09 15:48:07 +0900 |
commit | 2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d (patch) | |
tree | 158d5e33fccee28785d2dcf2d4b855991b7d74c5 /home | |
parent | 1afdbfe4ccbc27877388d746ec0afb91b9e6c90a (diff) | |
download | nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.tar.gz nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.zip |
feat: adjust avalanche colors
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/default.nix | 6 | ||||
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 8 | ||||
-rw-r--r-- | home/profiles/research/default.nix | 20 |
3 files changed, 17 insertions, 17 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 0120fdf..0d23bad 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -39,11 +39,11 @@ in identifier = "avalanche-night"; colors = { - background = "292929"; + background = "232323"; foreground = "c4c4c4"; - alt0 = "383838"; + alt0 = "363636"; alt1 = "474747"; - color0 = "545454"; + color0 = "606060"; color1 = "ff668c"; color2 = "c2d6f0"; color3 = "fac661"; diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index f212371..8fd0ca5 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -1,10 +1,10 @@ let # Avalanche theme by zachel <zach@zachel.io> - bg = "#292929"; + bg = "#232323"; fg = "#c4c4c4"; - selection = "#383838"; - coal = "#545454"; - graphite = "#737373"; + selection = "#363636"; + coal = "#606060"; + graphite = "#717171"; ash = "#8c8c8c"; accent = "#c2d6f0"; red = "#ff668c"; diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 1a84529..3678fde 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -16,36 +16,36 @@ in adjust-open = "width"; recolor = true; - default-bg = "#292929"; + default-bg = "#232323"; default-fg = "#c4c4c4"; - statusbar-bg = "#292929"; + statusbar-bg = "#232323"; statusbar-fg = "#c4c4c4"; - inputbar-bg = "#292929"; + inputbar-bg = "#232323"; inputbar-fg = "#c4c4c4"; - index-bg = "#292929"; + index-bg = "#232323"; index-fg = "#c4c4c4"; - index-active-bg = "#292929"; + index-active-bg = "#232323"; index-active-fg = "#c2d6f0"; highlight-color = "#fac661"; highlight-active-color = "#c2d6f0"; - notification-bg = "#383838"; + notification-bg = "#363636"; notification-fg = "#c2d6f0"; - notification-warning-bg = "#383838"; + notification-warning-bg = "#363636"; notification-warning-fg = "#fac661"; - notification-error-bg = "#383838"; + notification-error-bg = "#363636"; notification-error-fg = "#ff668c"; render-loading = true; render-loading-fg = "#c4c4c4"; - render-loading-bg = "#292929"; + render-loading-bg = "#232323"; recolor-lightcolor = "#c4c4c4"; - recolor-darkcolor = "#292929"; + recolor-darkcolor = "#232323"; }; }; |