-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.conf
More file actions
47 lines (34 loc) · 1.35 KB
/
example.conf
File metadata and controls
47 lines (34 loc) · 1.35 KB
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
# litreader Example Configuration File
# Copy this to ~/.config/litreader/litreader.conf and customize
# ==================== PATHS ====================
# Directory where your story files are located
search_dir = ~/Documents/Stories
# Directory where favorite stories will be exported
export_dir = ~/Documents/litreader_faves
# ==================== UI COLORS ====================
# Main UI color (menu items, borders, etc.)
ui_color = blue
# Color for the selected item in lists
selector_color = yellow
# Whether to reverse colors for selected items (recommended)
selector_reverse = true
# Make selected items bold
selector_bold = true
# Background color when selector is reversed
selector_reverse_color = black
# Color for file content text
content_color = white
# Make content text bold
content_bold = false
# Available colors: black, red, green, yellow, blue, magenta, cyan, white
# ==================== CACHE ====================
# Number of days before cache expires and needs rebuilding
cache_expiry_days = 7
# ==================== EDITOR ====================
# Text editor to use when editing config from within the app (press 'c')
editor = nano
# ==================== STATE (automatically managed) ====================
# These are automatically updated by the application
# last_file = /path/to/last/opened/file
# position = 0
# search_text = last search query