diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 65daa3be..a17b5a8a 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -144,3 +144,6 @@ config.set('content.javascript.enabled', True, 'chrome://*/*') # Enable JavaScript. # Type: Bool config.set('content.javascript.enabled', True, 'qute://*/*') + +# dark mode +config.set('colors.webpage.darkmode.enabled', True)