diff options
Diffstat (limited to '.config/qutebrowser/autoconfig.yml')
| -rw-r--r-- | .config/qutebrowser/autoconfig.yml | 69 |
1 files changed, 39 insertions, 30 deletions
diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 5bb0465..d8faa43 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -12,71 +12,71 @@ settings: gle: spawn --userscript leo-eng glf: spawn --userscript leo-fr colors.completion.category.bg: - global: '#252525' + global: '#282828' colors.completion.category.border.bottom: - global: '#252525' + global: '#282828' colors.completion.category.border.top: - global: '#252525' + global: '#282828' colors.completion.even.bg: - global: '#181818' + global: '#1d2021' colors.completion.item.selected.bg: - global: '#547f62' + global: '#b16286' colors.completion.item.selected.border.bottom: - global: '#547f62' + global: '#b16286' colors.completion.item.selected.border.top: - global: '#547f62' + global: '#b16286' colors.completion.item.selected.match.fg: global: '#ffffff' colors.completion.match.fg: - global: '#547f62' + global: '#b16286' colors.completion.odd.bg: - global: '#181818' + global: '#1d2021' colors.completion.scrollbar.bg: - global: '#252525' + global: '#282828' colors.completion.scrollbar.fg: - global: '#547f62' + global: '#b16286' colors.messages.error.bg: - global: '#bc5858' + global: '#cc241d' colors.messages.info.bg: - global: '#181818' + global: '#1d2021' colors.messages.warning.bg: global: '#e8c75c' colors.statusbar.command.bg: - global: '#181818' + global: '#1d2021' colors.statusbar.insert.bg: - global: '#252525' + global: '#282828' colors.statusbar.normal.bg: - global: '#181818' + global: '#1d2021' colors.statusbar.progress.bg: - global: '#547f62' + global: '#b16286' colors.statusbar.url.error.fg: - global: '#bc5858' + global: '#cc241d' colors.statusbar.url.hover.fg: - global: '#6da6ce' + global: '#458588' colors.statusbar.url.success.http.fg: global: '#989898' colors.statusbar.url.success.https.fg: - global: '#547f62' + global: '#b16286' colors.tabs.bar.bg: - global: '#181818' + global: '#1d2021' colors.tabs.even.bg: - global: '#181818' + global: '#1d2021' colors.tabs.even.fg: global: '#999' colors.tabs.indicator.error: global: '#e8c75c' colors.tabs.indicator.start: - global: '#6da6ce' + global: '#458588' colors.tabs.indicator.stop: - global: '#547f62' + global: '#b16286' colors.tabs.odd.bg: - global: '#181818' + global: '#1d2021' colors.tabs.odd.fg: global: '#999' colors.tabs.selected.even.bg: - global: '#547f62' + global: '#b16286' colors.tabs.selected.odd.bg: - global: '#547f62' + global: '#b16286' colors.webpage.darkmode.algorithm: global: lightness-cielab colors.webpage.darkmode.enabled: @@ -94,8 +94,14 @@ settings: content.blocking.enabled: global: true content.blocking.method: - global: adblock + global: both + content.desktop_capture: + https://live-samples.mdn.mozilla.net: true + https://live.mdnplay.dev: true + https://meet.element.io: true content.notifications.enabled: + https://chat.nathanreiner.xyz: true + https://lichess.org: true https://www.chess.com: false https://www.reddit.com: false downloads.location.directory: @@ -133,6 +139,9 @@ settings: tabs.position: global: top url.default_page: - global: ~/.config/startpage/start.html + global: https://search.nathanreiner.xyz + url.searchengines: + global: + DEFAULT: https://duckduckgo.com/?q={} url.start_pages: - global: ~/.config/startpage/start.html + global: https://search.nathanreiner.xyz |