qutebrowser: prefer dark website theme
This commit is contained in:
parent
f083b725bf
commit
50b6372f65
@ -464,6 +464,18 @@ c.zoom.levels = [
|
|||||||
# Type: QtColor
|
# Type: QtColor
|
||||||
c.colors.webpage.bg = '#1c1b22'
|
c.colors.webpage.bg = '#1c1b22'
|
||||||
|
|
||||||
|
# Value to use for `prefers-color-scheme:` for websites. The "light"
|
||||||
|
# value is only available with QtWebEngine 5.15.2+. On older versions,
|
||||||
|
# it is the same as "auto". The "auto" value is broken on QtWebEngine
|
||||||
|
# 5.15.2 due to a Qt bug. There, it will fall back to "light"
|
||||||
|
# unconditionally.
|
||||||
|
# Type: String
|
||||||
|
# Valid values:
|
||||||
|
# - auto: Use the system-wide color scheme setting.
|
||||||
|
# - light: Force a light theme.
|
||||||
|
# - dark: Force a dark theme.
|
||||||
|
c.colors.webpage.preferred_color_scheme = 'dark'
|
||||||
|
|
||||||
# Default font size to use. Whenever "default_size" is used in a font
|
# Default font size to use. Whenever "default_size" is used in a font
|
||||||
# setting, it's replaced with the size listed here. Valid values are
|
# setting, it's replaced with the size listed here. Valid values are
|
||||||
# either a float value with a "pt" suffix, or an integer value with a
|
# either a float value with a "pt" suffix, or an integer value with a
|
||||||
|
Loading…
Reference in New Issue
Block a user