1
0

Update home/.config/qutebrowser/config.py

This commit is contained in:
Jeff Lance 2024-03-07 21:24:15 +01:00
parent 50cbf050bb
commit bd16db130f

View File

@ -400,10 +400,10 @@ c.backend = "webengine"
## Type: QtColor
# c.colors.webpage.bg = 'white'
c.colors.webpage.darkmode.algorithm = "lightness-cielab"
c.colors.webpage.darkmode.algorithm = "lightness-hsl"
c.colors.webpage.darkmode.contrast = 0.0
c.colors.webpage.darkmode.enabled = True
c.colors.webpage.darkmode.policy.images = "smart"
c.colors.webpage.darkmode.policy.images = "never"
c.colors.webpage.darkmode.policy.page = "smart"
c.colors.webpage.darkmode.threshold.background = 205
c.colors.webpage.darkmode.threshold.foreground = 150