add auto-configure mastodon theme
This commit is contained in:
parent
7aae99e7aa
commit
e1e7ffe2bc
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)
|
||||
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)
|
||||
|
@ -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 (ライト)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user