📚
OfflineU
Settings
Changes save and apply immediately across the app.
Appearance
Theme
Overall light/dark palette
{% for choice in theme_choices %}
{{ choice|capitalize }}
{% endfor %}
Accent color
Used for links, buttons, and highlights
Corner style
Sharp, rounded, or pill-shaped elements
{% for choice in corner_radius_choices %}
{{ choice|capitalize }}
{% endfor %}
Card style
Flat, elevated with shadow, or bordered
{% for choice in card_style_choices %}
{{ choice|capitalize }}
{% endfor %}
Typography
Font
Typeface used across the app
{% for choice in font_family_choices %}
{{ choice|capitalize }}
{% endfor %}
Text size
Base font size
{% for choice in font_size_choices %}
{{ choice|capitalize }}
{% endfor %}
Layout
Page width
How much of the browser window content uses
{% for choice in layout_width_choices %}
{{ choice|capitalize }}
{% endfor %}
Density
Spacing and padding throughout the app
{% for choice in density_choices %}
{{ choice|capitalize }}
{% endfor %}
Library
Default courses directory
Where the Library browser starts. Leave blank to use the server default ({{ default_library_path }}).
Save
Reset to Defaults
✓ Saved