Support "system" theme setting (light/dark theme depending on user system preference) (#29748)
Co-authored-by: Nishiki Liu <hello@nshki.com>
This commit is contained in:
parent
0cea7a623b
commit
02ea161506
9 changed files with 65 additions and 32 deletions
|
@ -1769,6 +1769,7 @@ en:
|
|||
contrast: Mastodon (High contrast)
|
||||
default: Mastodon (Dark)
|
||||
mastodon-light: Mastodon (Light)
|
||||
system: Automatic (use system theme)
|
||||
time:
|
||||
formats:
|
||||
default: "%b %d, %Y, %H:%M"
|
||||
|
|
|
@ -16,7 +16,7 @@ defaults: &defaults
|
|||
show_staff_badge: true
|
||||
preview_sensitive_media: false
|
||||
noindex: false
|
||||
theme: 'default'
|
||||
theme: 'system'
|
||||
trends: true
|
||||
trends_as_landing_page: true
|
||||
trendable_by_default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue