diff options
author | Marvin Borner | 2020-05-31 00:36:44 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-31 00:36:44 +0200 |
commit | 7de0ca454b059ddbc93f36873c4df9a5e57ea249 (patch) | |
tree | e642a47ba59703e67f369a5e1d05d942f3387f03 /.config/qutebrowser/config.py | |
parent | db4781b1dbbea61a6866d91ebdc5d6ed54b045fb (diff) |
Very small dark-theme improvements
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r-- | .config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 25fc2ec..da5dc8a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -261,3 +261,4 @@ 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 |