diff --git a/src/.config/qutebrowser/config.py b/src/.config/qutebrowser/config.py index 3577524..0f57251 100644 --- a/src/.config/qutebrowser/config.py +++ b/src/.config/qutebrowser/config.py @@ -11,7 +11,7 @@ c.colors.hints.bg = "black" c.colors.hints.fg = "white" c.colors.tabs.bar.bg = "black" c.colors.webpage.darkmode.algorithm = "lightness-hsl" -c.colors.webpage.darkmode.contrast = 0.5 +c.colors.webpage.darkmode.contrast = 0.1 c.colors.webpage.darkmode.enabled = True c.window.transparent = True