From 6d2d3c968c450d1a963598890cc22a5bc85ea39c Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 30 Mar 2023 14:14:54 +0200 Subject: [PATCH] [QB] Remove dark mode --- .config/qutebrowser/autoconfig.yml | 5 +++-- .config/qutebrowser/config.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 6200f40..05d0a0e 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -7,7 +7,7 @@ config_version: 2 settings: colors.webpage.darkmode.enabled: - global: true + global: false content.desktop_capture: https://bbb.faimaison.net: true content.geolocation: @@ -32,7 +32,7 @@ settings: '*://*.twitter.com/*': true '*://*.www.meteosuisse.admin.ch/*': true '*://*.www.openstreetmap.org/*': true - '*://bbb.faimaison.net/*': true + '*://bbb.faimaison.net/*': false '*://demo.bigbluebutton.org/*': true '*://framavox.org/*': true '*://ge.ch/*': true @@ -65,6 +65,7 @@ settings: https://meet.jit.si: true https://visio.inubo.ch: true https://visio1.zourit.net: true + https://www.postfinance.ch: true content.notifications.enabled: https://cloud.reliance-ge.ch: false https://mastodon.zaclys.com: false diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 8f075fa..c1b901b 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -6,7 +6,7 @@ import sys, os config = config c = c -config.set('colors.webpage.darkmode.enabled', True) +config.set('colors.webpage.darkmode.enabled', False) config.load_autoconfig() @@ -35,7 +35,7 @@ config.bind('', 'tab-prev', mode='normal') #Config perso -c.editor.command = ["kakoune -e vim {}"] +c.editor.command = ["vim {}"] c.zoom.default = 100 c.messages.timeout = 10000 c.downloads.remove_finished = 30000