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/browsing/qutebrowser-settings.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home/profiles/browsing') 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"; -- cgit 1.4.1