📚
OfflineU
Settings
Changes save and apply immediately across the app.
Appearance
Theme
Overall light/dark palette
{% for choice in theme_choices %}
{{ theme_display_names[choice] }}
{% 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 %}
{{ 'Monaspace' if choice == 'monaspace' else 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
Video Player
Player size
{% if settings.video_width and settings.video_height %} Remembered at {{ settings.video_width }}×{{ settings.video_height }}px from your last resize {% else %} Using default responsive full-width sizing {% endif %}
Reset size
Reset to Defaults
✓ Saved