update
This commit is contained in:
parent
d86c2d9f9a
commit
aee9c9b917
@ -1,6 +1,6 @@
|
||||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||
# via config.load_autoconfig(). For more information, see:
|
||||
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||
# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||
# Instead, create a config.py - see :help for details.
|
||||
|
||||
@ -22,10 +22,14 @@ settings:
|
||||
global: '#f8f8f2'
|
||||
colors.tabs.selected.odd.bg:
|
||||
global: '#282a36'
|
||||
content.desktop_capture:
|
||||
https://rendez-vous.renater.fr: true
|
||||
content.javascript.enabled:
|
||||
'*://radarr.video/*': true
|
||||
https://ensap.gouv.fr/web/accueilnonconnecte: true
|
||||
https://www.mcdonalds.fr/produits/menus: true
|
||||
content.media.video_capture:
|
||||
https://rendez-vous.renater.fr: true
|
||||
content.notifications.enabled:
|
||||
https://www.forums.supertoinette.com: false
|
||||
https://www.youtube.com: false
|
||||
|
@ -400,16 +400,16 @@ c.backend = "webengine"
|
||||
# c.colors.webpage.bg = 'white'
|
||||
|
||||
c.colors.webpage.darkmode.algorithm = "lightness-cielab"
|
||||
c.colors.webpage.darkmode.contrast
|
||||
c.colors.webpage.darkmode.contrast = 0.0
|
||||
c.colors.webpage.darkmode.enabled = True
|
||||
c.colors.webpage.darkmode.grayscale.all = False
|
||||
c.colors.webpage.darkmode.grayscale.images = 0.0
|
||||
c.colors.webpage.darkmode.increase_text_contrast = False
|
||||
c.colors.webpage.darkmode.increase_text_contrast = True
|
||||
c.colors.webpage.darkmode.policy.images = "smart"
|
||||
c.colors.webpage.darkmode.policy.page = "smart"
|
||||
c.colors.webpage.darkmode.threshold.background = 0
|
||||
c.colors.webpage.darkmode.threshold.text = 256
|
||||
c.colors.webpage.preferred_color_scheme = "auto"
|
||||
c.colors.webpage.darkmode.threshold.background = 205
|
||||
c.colors.webpage.darkmode.threshold.text = 150
|
||||
c.colors.webpage.preferred_color_scheme = "dark"
|
||||
|
||||
## Number of commands to save in the command history. 0: no history / -1:
|
||||
## unlimited
|
||||
|
@ -108,6 +108,6 @@
|
||||
"terminal.integrated.defaultProfile.linux": "zsh",
|
||||
"git.enableSmartCommit": true,
|
||||
"editor.fontFamily": "'Source Code Pro', 'Nunito Sans', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
||||
"workbench.colorTheme": "Visual Studio 2019 Dark",
|
||||
"autoHeader": {},
|
||||
"redhat.telemetry.enabled": true,
|
||||
}
|
Loading…
Reference in New Issue
Block a user