From 75e1e4a028d2fdebb28df17a976f39b8c9a434fb Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 8 Mar 2022 20:39:56 +0900 Subject: feat(home/browsing): use new colors --- home/profiles/browsing/qutebrowser-settings.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'home/profiles/browsing/qutebrowser-settings.nix') 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; -- cgit 1.4.1