Themes
Choose from a variety of themes to customize the look and feel of your directory browser. All themes support light and dark mode.
tip
Right-click on the images and select "Open image in new tab" to see the full size.
Note: These screenshots are out of date but the general style is still valid.
cosmo
(Default)
- Light
- Dark
litera
- Light
- Dark
cerulean
- Light
- Dark
materia
- Light
- Dark
quartz
- Light
- Dark
sandstone
- Light
- Dark
sketchy
- Light
- Dark
united
- Light
- Dark
yeti
- Light
- Dark
Config
⚙️ Configuration
Variable | Default | Values | Details |
---|---|---|---|
THEME | default | default cosmo litera cerulean materia quartz sandstone sketchy united yeti | added in v1.3 |
THEME_URL | <empty> | <URL> | URL for custom CSS theme. Make sure to set the THEME variable to some unique value!added in v3.3 |
How to set configuration options
Set the environment variables when starting the container.
Use
Use
docker run
...- ...with
-e THEME=default
- ...with
--env-file .env
and placeTHEME=default
in the file