diff options
author | sefidel <contact@sefidel.net> | 2022-03-08 20:39:56 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-08 20:39:56 +0900 |
commit | 75e1e4a028d2fdebb28df17a976f39b8c9a434fb (patch) | |
tree | 027acf01608d02bcbb4de57172fca495537ec2d2 | |
parent | 23df0a0a641044a0cb385c87ad35b142c2188a05 (diff) | |
download | nixrc-75e1e4a028d2fdebb28df17a976f39b8c9a434fb.tar.gz nixrc-75e1e4a028d2fdebb28df17a976f39b8c9a434fb.zip |
feat(home/browsing): use new colors
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 7 |
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; |