1
0

Update home/.config/qutebrowser/config.py

This commit is contained in:
Jeff Lance 2024-03-07 21:30:44 +01:00
parent 34e33eb366
commit 54426bcdf5

View File

@ -401,12 +401,12 @@ c.backend = "webengine"
# c.colors.webpage.bg = 'white' # c.colors.webpage.bg = 'white'
c.colors.webpage.darkmode.algorithm = "lightness-hsl" c.colors.webpage.darkmode.algorithm = "lightness-hsl"
c.colors.webpage.darkmode.contrast = 0.8 c.colors.webpage.darkmode.contrast = 0.6
c.colors.webpage.darkmode.enabled = True c.colors.webpage.darkmode.enabled = True
c.colors.webpage.darkmode.policy.images = "never" c.colors.webpage.darkmode.policy.images = "never"
c.colors.webpage.darkmode.policy.page = "smart" c.colors.webpage.darkmode.policy.page = "smart"
c.colors.webpage.darkmode.threshold.background = 205 c.colors.webpage.darkmode.threshold.background = 128
c.colors.webpage.darkmode.threshold.foreground = 150 c.colors.webpage.darkmode.threshold.foreground = 128
# c.colors.webpage.preferred_color_scheme = "dark" # c.colors.webpage.preferred_color_scheme = "dark"
## Number of commands to save in the command history. 0: no history / -1: ## Number of commands to save in the command history. 0: no history / -1: