summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-09 10:30:03 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-09 10:30:03 -0700
commit382285ccf90046f4f25548966757c5bbc383de2c (patch)
tree85b27c297c4857643b3b0465acc0516a329be2f5
parent6341b09c80890340e886b7f3c5ead6eb904222e0 (diff)
fix(qute): better colors
-rw-r--r--.config/qutebrowser/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 92b8254..d8f8ea2 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -257,11 +257,11 @@ c.colors.statusbar.url.fg = fg4
c.colors.statusbar.url.error.fg = dark_red
# Foreground color of the URL in the statusbar for hovered links.
-c.colors.statusbar.url.hover.fg = bright_orange
+c.colors.statusbar.url.hover.fg = bright_green
# Foreground color of the URL in the statusbar on successful load
# (http).
-c.colors.statusbar.url.success.http.fg = bright_red
+c.colors.statusbar.url.success.http.fg = bright_orange
# Foreground color of the URL in the statusbar on successful load
# (https).