From 787ccee26522fcce2495046249f8eae2bc1cba26 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Wed, 18 May 2022 21:00:30 -0400 Subject: [PATCH] qutebrowser: Reduce contrast --- src/.config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/qutebrowser/config.py b/src/.config/qutebrowser/config.py index c171bce..77faf65 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 = 1.0 +c.colors.webpage.darkmode.contrast = 0.5 c.colors.webpage.darkmode.enabled = True c.window.transparent = True