Merge pull request #290 from Rintan/features/mild-master
add auto-configure mastodon theme
This commit is contained in:
commit
8846f92874
2
app/javascript/styles/mastodon-auto.scss
Normal file
2
app/javascript/styles/mastodon-auto.scss
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@use 'application';
|
||||||
|
@media (prefers-color-scheme: light) { @import 'mastodon-light'; }
|
@ -1242,6 +1242,7 @@ en:
|
|||||||
contrast: Mastodon (High contrast)
|
contrast: Mastodon (High contrast)
|
||||||
default: Mastodon (Dark)
|
default: Mastodon (Dark)
|
||||||
mastodon-light: Mastodon (Light)
|
mastodon-light: Mastodon (Light)
|
||||||
|
mastodon-auto: Mastodon (Auto)
|
||||||
# additional theme
|
# additional theme
|
||||||
material-v1-dark: Material v1 (Dark)
|
material-v1-dark: Material v1 (Dark)
|
||||||
material-v1-light: Material v1 (Light)
|
material-v1-light: Material v1 (Light)
|
||||||
|
@ -1224,6 +1224,7 @@ ja:
|
|||||||
contrast: Mastodon (ハイコントラスト)
|
contrast: Mastodon (ハイコントラスト)
|
||||||
default: Mastodon (ダーク)
|
default: Mastodon (ダーク)
|
||||||
mastodon-light: Mastodon (ライト)
|
mastodon-light: Mastodon (ライト)
|
||||||
|
mastodon-auto: Mastodon (自動)
|
||||||
# 追加テーマ
|
# 追加テーマ
|
||||||
material-v1-dark: Material v1 (ダーク)
|
material-v1-dark: Material v1 (ダーク)
|
||||||
material-v1-light: Material v1 (ライト)
|
material-v1-light: Material v1 (ライト)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
default: styles/application.scss
|
default: styles/application.scss
|
||||||
contrast: styles/contrast.scss
|
contrast: styles/contrast.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
mastodon-light: styles/mastodon-light.scss
|
||||||
|
mastodon-auto: styles/mastodon-auto.scss
|
||||||
|
|
||||||
# 追加テーマ
|
# 追加テーマ
|
||||||
material-v1-dark: styles/material-v1-dark.scss
|
material-v1-dark: styles/material-v1-dark.scss
|
||||||
|
Loading…
Reference in New Issue
Block a user