about summary refs log tree commit diff
path: root/home/profiles/browsing/qutebrowser-settings.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-09 15:48:07 +0900
committersefidel <contact@sefidel.net>2022-03-09 15:48:07 +0900
commit2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d (patch)
tree158d5e33fccee28785d2dcf2d4b855991b7d74c5 /home/profiles/browsing/qutebrowser-settings.nix
parent1afdbfe4ccbc27877388d746ec0afb91b9e6c90a (diff)
downloadnixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.tar.gz
nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.zip
feat: adjust avalanche colors
Diffstat (limited to 'home/profiles/browsing/qutebrowser-settings.nix')
-rw-r--r--home/profiles/browsing/qutebrowser-settings.nix8
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";