diff options
author | Marvin Borner | 2020-06-09 17:18:53 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-09 17:18:53 +0200 |
commit | 2a15a328c424eca5ede8280501c19145ea68efd0 (patch) | |
tree | f458f06bfe9c9110c9fb4bf5cb4771d43c1671b4 /.config/qutebrowser/config.py | |
parent | da4bf889714974c0e147bce5d60d95b977ed7670 (diff) |
Minor fixes
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r-- | .config/qutebrowser/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 1fc596a..19fe13a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -260,8 +260,8 @@ c.colors.tabs.selected.even.bg = base02 # Background color for webpages if unset (or empty to use the theme's # color). -c.colors.webpage.bg = base00 -c.colors.webpage.prefers_color_scheme_dark +#c.colors.webpage.bg = base00 +#c.colors.webpage.prefers_color_scheme_dark c.content.user_stylesheets = ["user.css"] config.bind('<Ctrl-i>', 'config-cycle content.user_stylesheets user.css ""') |