qutebrowser: Reduce contrast

This commit is contained in:
dogeystamp 2022-05-18 21:00:30 -04:00
parent eaa67ad100
commit 787ccee265
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -11,7 +11,7 @@ c.colors.hints.bg = "black"
c.colors.hints.fg = "white"
c.colors.tabs.bar.bg = "black"
c.colors.webpage.darkmode.algorithm = "lightness-hsl"
c.colors.webpage.darkmode.contrast = 1.0
c.colors.webpage.darkmode.contrast = 0.5
c.colors.webpage.darkmode.enabled = True
c.window.transparent = True