-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathexample.theme
More file actions
45 lines (39 loc) · 1.22 KB
/
example.theme
File metadata and controls
45 lines (39 loc) · 1.22 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
# Papyrix Theme Configuration
# Copy this file to /config/themes/ on your SD card and rename it
# Edit values below and restart device to apply
[theme]
# Display name shown in the Settings UI (optional, defaults to filename)
name = My Custom Theme
[colors]
# Enable dark mode (inverted colors): true or false
inverted_mode = false
# Screen background color: white or black
background = white
[selection]
# Highlight color for selected items: white or black
fill_color = black
# Text color on selected items: white or black
text_color = white
[text]
# Main text color: white or black
primary_color = black
# Secondary/dimmed text color: white or black
secondary_color = black
[layout]
# Top screen margin in pixels
margin_top = 9
# Side screen margins in pixels
margin_side = 3
# Height of menu items in pixels (min: 1, affects TOC navigation)
item_height = 30
# Vertical space between items in pixels
item_spacing = 0
[fonts]
# Custom reader font for each size (leave empty for builtin)
# Must match directory name under /config/fonts/ on SD card
# Example: reader_font_small = noto-serif-14
reader_font_small =
# Example: reader_font_medium = noto-serif-16
reader_font_medium =
# Example: reader_font_large = noto-serif-18
reader_font_large =