aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/profiles/browsing/qutebrowser-settings.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix
index 0fc91a6..f212371 100644
--- a/home/profiles/browsing/qutebrowser-settings.nix
+++ b/home/profiles/browsing/qutebrowser-settings.nix
@@ -4,8 +4,7 @@ let
fg = "#c4c4c4";
selection = "#383838";
coal = "#545454";
- raven = "#666666";
- graphite = "#7d7d7d";
+ graphite = "#737373";
ash = "#8c8c8c";
accent = "#c2d6f0";
red = "#ff668c";
@@ -88,13 +87,13 @@ in
colors.downloads.start.fg = green;
# Color gradient start for download backgrounds.
- colors.downloads.start.bg = raven;
+ colors.downloads.start.bg = graphite;
# Color gradient end for download text.
colors.downloads.stop.fg = yellow;
# Color gradient stop for download backgrounds.
- colors.downloads.stop.bg = raven;
+ colors.downloads.stop.bg = graphite;
# Foreground color for downloads with errors.
colors.downloads.error.fg = red;