Update home/.config/qutebrowser/config.py
This commit is contained in:
parent
34e33eb366
commit
54426bcdf5
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user