[QB] Remove dark mode
This commit is contained in:
parent
303802b7c2
commit
6d2d3c968c
2 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
colors.webpage.darkmode.enabled:
|
colors.webpage.darkmode.enabled:
|
||||||
global: true
|
global: false
|
||||||
content.desktop_capture:
|
content.desktop_capture:
|
||||||
https://bbb.faimaison.net: true
|
https://bbb.faimaison.net: true
|
||||||
content.geolocation:
|
content.geolocation:
|
||||||
|
@ -32,7 +32,7 @@ settings:
|
||||||
'*://*.twitter.com/*': true
|
'*://*.twitter.com/*': true
|
||||||
'*://*.www.meteosuisse.admin.ch/*': true
|
'*://*.www.meteosuisse.admin.ch/*': true
|
||||||
'*://*.www.openstreetmap.org/*': true
|
'*://*.www.openstreetmap.org/*': true
|
||||||
'*://bbb.faimaison.net/*': true
|
'*://bbb.faimaison.net/*': false
|
||||||
'*://demo.bigbluebutton.org/*': true
|
'*://demo.bigbluebutton.org/*': true
|
||||||
'*://framavox.org/*': true
|
'*://framavox.org/*': true
|
||||||
'*://ge.ch/*': true
|
'*://ge.ch/*': true
|
||||||
|
@ -65,6 +65,7 @@ settings:
|
||||||
https://meet.jit.si: true
|
https://meet.jit.si: true
|
||||||
https://visio.inubo.ch: true
|
https://visio.inubo.ch: true
|
||||||
https://visio1.zourit.net: true
|
https://visio1.zourit.net: true
|
||||||
|
https://www.postfinance.ch: true
|
||||||
content.notifications.enabled:
|
content.notifications.enabled:
|
||||||
https://cloud.reliance-ge.ch: false
|
https://cloud.reliance-ge.ch: false
|
||||||
https://mastodon.zaclys.com: false
|
https://mastodon.zaclys.com: false
|
||||||
|
|
|
@ -6,7 +6,7 @@ import sys, os
|
||||||
config = config
|
config = config
|
||||||
c = c
|
c = c
|
||||||
|
|
||||||
config.set('colors.webpage.darkmode.enabled', True)
|
config.set('colors.webpage.darkmode.enabled', False)
|
||||||
|
|
||||||
config.load_autoconfig()
|
config.load_autoconfig()
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ config.bind('<Control-Shift-Tab>', 'tab-prev', mode='normal')
|
||||||
|
|
||||||
|
|
||||||
#Config perso
|
#Config perso
|
||||||
c.editor.command = ["kakoune -e vim {}"]
|
c.editor.command = ["vim {}"]
|
||||||
c.zoom.default = 100
|
c.zoom.default = 100
|
||||||
c.messages.timeout = 10000
|
c.messages.timeout = 10000
|
||||||
c.downloads.remove_finished = 30000
|
c.downloads.remove_finished = 30000
|
||||||
|
|
Loading…
Reference in a new issue