diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 5794795..bed950d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -23,7 +23,7 @@ c.colors.webpage.preferred_color_scheme = "dark" c.colors.webpage.darkmode.enabled = True c.colors.webpage.bg = "black" c.colors.webpage.darkmode.algorithm = "lightness-cielab" -c.colors.webpage.darkmode.threshold.text = 150 +c.colors.webpage.darkmode.threshold.foreground = 150 c.colors.webpage.darkmode.threshold.background = 100 c.colors.webpage.darkmode.policy.images = "never" # c.colors.webpage.darkmode.grayscale.images = 0.35