Update home/.config/qutebrowser/config.py
This commit is contained in:
parent
c27c9a1370
commit
34e33eb366
@ -401,10 +401,10 @@ c.backend = "webengine"
|
||||
# c.colors.webpage.bg = 'white'
|
||||
|
||||
c.colors.webpage.darkmode.algorithm = "lightness-hsl"
|
||||
c.colors.webpage.darkmode.contrast = 0.5
|
||||
c.colors.webpage.darkmode.contrast = 0.8
|
||||
c.colors.webpage.darkmode.enabled = True
|
||||
c.colors.webpage.darkmode.policy.images = "never"
|
||||
c.colors.webpage.darkmode.policy.page = "smart-simple"
|
||||
c.colors.webpage.darkmode.policy.page = "smart"
|
||||
c.colors.webpage.darkmode.threshold.background = 205
|
||||
c.colors.webpage.darkmode.threshold.foreground = 150
|
||||
# c.colors.webpage.preferred_color_scheme = "dark"
|
||||
|
Loading…
Reference in New Issue
Block a user