mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-24 18:10:58 +00:00
separate light and dark theme
This commit is contained in:
parent
d7ec07cd0d
commit
80e0d539fa
11 changed files with 66 additions and 84 deletions
|
@ -12,8 +12,9 @@ REDLIB_ROBOTS_DISABLE_INDEXING=off
|
|||
REDLIB_PUSHSHIFT_FRONTEND=undelete.pullpush.io
|
||||
|
||||
# Default user settings
|
||||
# Set the default theme (options: system, light, dark, black, dracula, nord, laserwave, violet, gold, rosebox, gruvboxdark, gruvboxlight)
|
||||
REDLIB_DEFAULT_THEME=system
|
||||
# Set the default theme (options: light, dark, black, dracula, nord, laserwave, violet, gold, rosebox, gruvboxdark, gruvboxlight)
|
||||
REDLIB_DEFAULT_THEME_LIGHT=light
|
||||
REDLIB_DEFAULT_THEME_DARK=dark
|
||||
# Set the default front page (options: default, popular, all)
|
||||
REDLIB_DEFAULT_FRONT_PAGE=default
|
||||
# Set the default layout (options: card, clean, compact)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue