62 lines
1,001 B
TOML
62 lines
1,001 B
TOML
[api]
|
|
pre_language = 'https://'
|
|
post_language = '.wikipedia.org/w/api.php'
|
|
language = 'English'
|
|
language_changed_popup = true
|
|
article_language_changed_popup = true
|
|
|
|
[theme]
|
|
text = '#cdd6f4'
|
|
title = 'a6e3a1'
|
|
highlight = 'fab387'
|
|
background = '11111b'
|
|
search_match = 'f9e2af'
|
|
highlight_text = '313244'
|
|
highlight_inactive = 'b4befe'
|
|
|
|
[logging]
|
|
enabled = true
|
|
log_level = 'INFO'
|
|
|
|
[features]
|
|
links = true
|
|
toc = true
|
|
[keybindings.down]
|
|
key = 'down'
|
|
mode = 'normal'
|
|
|
|
[keybindings.up]
|
|
key = 'up'
|
|
mode = 'normal'
|
|
|
|
[keybindings.left]
|
|
key = 'left'
|
|
mode = 'normal'
|
|
|
|
[keybindings.right]
|
|
key = 'right'
|
|
mode = 'normal'
|
|
|
|
[keybindings.focus_next]
|
|
key = 'tab'
|
|
mode = 'normal'
|
|
|
|
[keybindings.focus_prev]
|
|
key = 'tab'
|
|
mode = 'shift'
|
|
|
|
[keybindings.toggle_language_selection]
|
|
key = 'f2'
|
|
mode = 'normal'
|
|
|
|
[keybindings.toggle_article_language_selection]
|
|
key = 'f3'
|
|
mode = 'normal'
|
|
[settings.toc]
|
|
position = 'Right'
|
|
title = 'Default'
|
|
min_width = 20
|
|
max_width = 60
|
|
scroll_x = true
|
|
scroll_y = true
|
|
item_format = '{NUMBER} {TEXT}'
|