-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yml
More file actions
52 lines (52 loc) · 870 Bytes
/
config.example.yml
File metadata and controls
52 lines (52 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
keys:
help: !char '?'
back: !char 'q'
search: !char '/'
toggle: !char 's'
next_state: !ctrl 'p'
open_popup: !char 'r'
theme:
mal_color: '#2E51A2'
active: Cyan
banner: '#2E51A2'
hovered: Magenta
text: White
selected: LightCyan
error_border: Red
error_text: LightRed
inactive: Gray
status_completed: Green
status_dropped: Gray
status_on_hold: Yellow
status_watching: Blue
status_plan_to_watch: LightMagenta
status_other: White
behavior:
tick_rate_milliseconds: 500
show_logger: false
nsfw: false
title_language: English
manga_display_type: Both
top_three_anime_types:
- airing
- all
- upcoming
- movie
- special
- ova
- tv
- popularity
- favorite
top_three_manga_types:
- all
- manga
- novels
- oneshots
- doujinshi
- manhwa
- manhua
- bypopularity
- favorite
navigation_stack_limit: 15
search_limit: 30
max_cached_images: 15