2021-05-14 20:41:47 +00:00
|
|
|
# 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
|
|
|
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
|
|
|
# Instead, create a config.py - see :help for details.
|
|
|
|
|
|
|
|
config_version: 2
|
|
|
|
settings:
|
2021-07-09 10:49:07 +00:00
|
|
|
colors.tabs.even.bg:
|
|
|
|
global: '#909090'
|
|
|
|
colors.tabs.even.fg:
|
|
|
|
global: '#282a36'
|
|
|
|
colors.tabs.indicator.system:
|
|
|
|
global: none
|
|
|
|
colors.tabs.odd.bg:
|
|
|
|
global: '#909090'
|
|
|
|
colors.tabs.odd.fg:
|
|
|
|
global: '#282a36'
|
|
|
|
colors.tabs.selected.even.bg:
|
|
|
|
global: '#282a36'
|
|
|
|
colors.tabs.selected.even.fg:
|
|
|
|
global: '#f8f8f2'
|
|
|
|
colors.tabs.selected.odd.bg:
|
|
|
|
global: '#282a36'
|
2021-05-14 20:41:47 +00:00
|
|
|
fonts.default_size:
|
2021-06-27 20:20:28 +00:00
|
|
|
global: 12pt
|