dotfiles/.config/qutebrowser/autoconfig.yml
2025-12-29 23:40:17 +01:00

81 lines
2 KiB
YAML

# 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/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.
config_version: 2
settings:
colors.completion.category.bg:
global: '#3c3836'
colors.completion.category.border.bottom:
global: '#3c3836'
colors.completion.category.border.top:
global: '#83a598'
colors.completion.category.fg:
global: '#83a598'
colors.completion.item.selected.bg:
global: '#7c6f64'
colors.completion.item.selected.fg:
global: '#fbf1c7'
colors.prompts.bg:
global: '#665c54'
colors.prompts.fg:
global: '#d5c4a1'
colors.prompts.selected.bg:
global: '#504945'
colors.statusbar.private.fg:
global: '#d3869b'
colors.statusbar.progress.bg:
global: '#83a598'
colors.tabs.bar.bg:
global: '#3c3836'
colors.tabs.indicator.start:
global: '#83a598'
colors.tabs.selected.even.bg:
global: '#7c6f64'
colors.tabs.selected.even.fg:
global: '#fbf1c7'
colors.tabs.selected.odd.bg:
global: '#7c6f64'
colors.tabs.selected.odd.fg:
global: '#fbf1c7'
colors.webpage.bg:
global: white
colors.webpage.preferred_color_scheme:
global: dark
content.blocking.method:
global: auto
editor.command:
global:
- alacritty
- -e
- nvim
- -f
- '{file}'
- -c
- normal {line}G{column0}l
fileselect.folder.command:
global:
- alacritty
- -e
- ranger
- --choosedir={}
fileselect.multiple_files.command:
global:
- alacritty
- -e
- ranger
- --choosefiles={}
fileselect.single_file.command:
global:
- alacritty
- -e
- ranger
- --choosefile={}
fonts.contextmenu:
global: Adwaita Sans
fonts.default_family:
global: Adwaita Mono
tabs.position:
global: right