diff --git a/conf.d/qutebrowser/config.py b/conf.d/qutebrowser/config.py index fb7541c..f95299e 100644 --- a/conf.d/qutebrowser/config.py +++ b/conf.d/qutebrowser/config.py @@ -399,6 +399,18 @@ c.backend = "webengine" ## Type: QtColor # c.colors.webpage.bg = 'white' +c.colors.webpage.darkmode.algorithm = "lightness-cielab" +c.colors.webpage.darkmode.contrast +c.colors.webpage.darkmode.enabled = True +c.colors.webpage.darkmode.grayscale.all = False +c.colors.webpage.darkmode.grayscale.images = 0.0 +c.colors.webpage.darkmode.increase_text_contrast = False +c.colors.webpage.darkmode.policy.images = "smart" +c.colors.webpage.darkmode.policy.page = "smart" +c.colors.webpage.darkmode.threshold.background = 0 +c.colors.webpage.darkmode.threshold.text = 256 +c.colors.webpage.preferred_color_scheme = "auto" + ## Number of commands to save in the command history. 0: no history / -1: ## unlimited ## Type: Int @@ -482,7 +494,7 @@ c.completion.timestamp_format = "%d/%m/%Y" ## - multiple-tabs: Show a confirmation if multiple tabs are opened. ## - downloads: Show a confirmation if downloads are running ## - never: Never show a confirmation. -# c.confirm_quit = ['never'] +# c.confirm_quit = ['downloads', 'multiple-tabs'] ## Automatically start playing `