a lot of little things

This commit is contained in:
Chris Cochrun 2022-04-05 08:21:56 -05:00
parent c4cd1393a5
commit 69d1f1319d
9 changed files with 25 additions and 15 deletions

View file

@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5
## `colors.webpage.darkmode.threshold.background` to 205. - "With
## selective inversion of everything": Combines the two variants above.
## Type: Bool
c.colors.webpage.darkmode.enabled = True
c.colors.webpage.darkmode.enabled = False
## Render all colors as grayscale. This only has an effect when
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or