add auto-configure mastodon theme

This commit is contained in:
Rintan 2020-06-13 16:32:19 +09:00
parent 7aae99e7aa
commit e1e7ffe2bc
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
@use 'application';
@media (prefers-color-scheme: light) { @import 'mastodon-light'; }

View File

@ -1242,6 +1242,7 @@ en:
contrast: Mastodon (High contrast)
default: Mastodon (Dark)
mastodon-light: Mastodon (Light)
mastodon-auto: Mastodon (Auto)
# additional theme
material-v1-dark: Material v1 (Dark)
material-v1-light: Material v1 (Light)

View File

@ -1224,6 +1224,7 @@ ja:
contrast: Mastodon (ハイコントラスト)
default: Mastodon (ダーク)
mastodon-light: Mastodon (ライト)
mastodon-auto: Mastodon (自動)
# 追加テーマ
material-v1-dark: Material v1 (ダーク)
material-v1-light: Material v1 (ライト)

View File

@ -1,6 +1,7 @@
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
mastodon-auto: styles/mastodon-auto.scss
# 追加テーマ
material-v1-dark: styles/material-v1-dark.scss