From 542cb7759ec53be479f9d022c5ee538282e62212 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Mon, 8 Jan 2024 16:12:55 +0100 Subject: [PATCH] Update fix. --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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