From 2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 9 Mar 2022 15:48:07 +0900 Subject: feat: adjust avalanche colors --- home/profiles/base/default.nix | 6 +++--- home/profiles/browsing/qutebrowser-settings.nix | 8 ++++---- home/profiles/research/default.nix | 20 ++++++++++---------- nixos/alpha/configuration.nix | 2 +- 4 files changed, 18 insertions(+), 18 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 - 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"; }; }; diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 67e2944..9612616 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -65,7 +65,7 @@ console.font = "${pkgs.dina-font}/share/fonts/misc/DinaMedium10.pcf.gz"; console.colors = [ - "292929" + "232323" "ff668c" "c2d6f0" "fac661" -- cgit 1.4.1