From edc4ef0106f7d4a37d367e81ae9e6470dbdc7087 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 22 Mar 2023 17:17:59 +0530 Subject: chore: config sync --- config/qutebrowser/ui.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config/qutebrowser/ui.py') diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py index e976f98..aa16249 100644 --- a/config/qutebrowser/ui.py +++ b/config/qutebrowser/ui.py @@ -18,8 +18,13 @@ xresources = read_xresources('*') c.fonts.default_family = 'JetBrainsMono Nerd Font' c.fonts.default_size = '12px' c.colors.webpage.preferred_color_scheme = 'dark' -c.colors.webpage.bg = "white" -c.colors.webpage.darkmode.enabled = False + +c.colors.webpage.darkmode.enabled = True +c.colors.webpage.darkmode.algorithm = "lightness-cielab" +c.colors.webpage.darkmode.threshold.text = 150 +c.colors.webpage.darkmode.threshold.background = 100 +c.colors.webpage.darkmode.policy.images = 'always' +c.colors.webpage.darkmode.grayscale.images = 0.35 ## Hints c.colors.hints.bg = 'yellow' -- cgit v1.3.1