diff options
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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"; |