From 49df309594c3919194f646415f6c9e88da02bd41 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 26 Jul 2023 02:26:14 +0300 Subject: [PATCH] darkmode thing breaks youtube --- config/qutebrowser/config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index f9473036..adbcf32d 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -149,10 +149,6 @@ config.set('content.javascript.enabled', True, 'qute://*/*') # dark mode config.set('colors.webpage.preferred_color_scheme', 'dark') -# eyes hurt -config.set('colors.webpage.darkmode.enabled', True) -config.set('colors.webpage.darkmode.policy.images', 'never') - # kee pass x c # anyone who uses pass is NOT real config.bind('pw', 'spawn --userscript qute-keepassxc --insecure', mode='normal')