From c246b02edafe0d5ee2b690c0c1f899e917c88068 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 10 Sep 2024 18:00:35 +0530 Subject: Enable dark mode in qute + add --temp for config changes --- config/qutebrowser/ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/qutebrowser/ui.py') diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py index 85d7f09..db59e76 100644 --- a/config/qutebrowser/ui.py +++ b/config/qutebrowser/ui.py @@ -19,8 +19,8 @@ c.fonts.default_family = 'JetBrainsMono Nerd Font' c.fonts.default_size = '12px' c.colors.webpage.preferred_color_scheme = 'dark' -c.colors.webpage.darkmode.enabled = False -# c.colors.webpage.darkmode.algorithm = "lightness-cielab" +c.colors.webpage.darkmode.enabled = True +c.colors.webpage.darkmode.algorithm = 'lightness-cielab' # c.colors.webpage.darkmode.threshold.foreground = 150 # c.colors.webpage.darkmode.threshold.background = 100 # c.colors.webpage.darkmode.policy.images = 'always' -- cgit v1.3.1