From 32d0bd79637cdc6400798bc033c8e2149ec4c5a6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Oct 2023 00:51:15 +0530 Subject: config sync --- config/qutebrowser/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/ui.py') diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py index aa16249..f1479f3 100644 --- a/config/qutebrowser/ui.py +++ b/config/qutebrowser/ui.py @@ -19,7 +19,7 @@ c.fonts.default_family = 'JetBrainsMono Nerd Font' c.fonts.default_size = '12px' c.colors.webpage.preferred_color_scheme = 'dark' -c.colors.webpage.darkmode.enabled = True +c.colors.webpage.darkmode.enabled = False c.colors.webpage.darkmode.algorithm = "lightness-cielab" c.colors.webpage.darkmode.threshold.text = 150 c.colors.webpage.darkmode.threshold.background = 100 -- cgit v1.3.1