qutebrowser: further reduce contrast

This commit is contained in:
dogeystamp 2022-07-04 21:42:51 -04:00
parent 10d98d2fcb
commit 72bca27bf7
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 = 0.5
c.colors.webpage.darkmode.contrast = 0.1
c.colors.webpage.darkmode.enabled = True
c.window.transparent = True