Add prefers-color-scheme based theme

logo-fix
Hampton Moore 2022-11-09 14:33:12 -05:00
parent 1e00edfc35
commit 652882a81b
5 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,4 @@
@import 'flavours/glitch/styles/mastodon';
@media (prefers-color-scheme: light) {
@import 'flavours/glitch/styles/mastodon-light';
}

View File

@ -0,0 +1,4 @@
en:
skins:
glitch:
mastodon-system: Mastodon (system-preferred)

View File

@ -4,5 +4,5 @@ en:
mastodon-light: Mastodon (light)
es:
skins:
glitch:
vanilla:
mastodon-light: Mastodon (claro)

View File

@ -0,0 +1,4 @@
@import 'styles/mastodon';
@media (prefers-color-scheme: light) {
@import 'styles/mastodon-light';
}

View File

@ -0,0 +1,4 @@
en:
skins:
vanilla:
mastodon-system: Mastodon (system-preferred)