fix: theme selection
This commit is contained in:
parent
1ac5ef2dd9
commit
f9ef8f3250
9 changed files with 9819 additions and 3 deletions
5
app/javascript/styles/bird-contrast.scss
Normal file
5
app/javascript/styles/bird-contrast.scss
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@import 'contrast/variables';
|
||||||
|
@import 'application';
|
||||||
|
@import 'contrast/diff';
|
||||||
|
@import 'bird/single.scss';
|
||||||
|
@import 'bird/multi.scss';
|
5
app/javascript/styles/bird-light.scss
Normal file
5
app/javascript/styles/bird-light.scss
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@import 'mastodon-light/variables';
|
||||||
|
@import 'application';
|
||||||
|
@import 'mastodon-light/diff';
|
||||||
|
@import 'bird/single.scss';
|
||||||
|
@import 'bird/multi.scss';
|
4
app/javascript/styles/bird.scss
Normal file
4
app/javascript/styles/bird.scss
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
@import 'mastodon/variables';
|
||||||
|
@import 'application';
|
||||||
|
@import 'bird/single.scss';
|
||||||
|
@import 'bird/multi.scss';
|
4903
app/javascript/styles/bird/multi.scss
Normal file
4903
app/javascript/styles/bird/multi.scss
Normal file
File diff suppressed because one or more lines are too long
4888
app/javascript/styles/bird/single.scss
Normal file
4888
app/javascript/styles/bird/single.scss
Normal file
File diff suppressed because one or more lines are too long
|
@ -2,4 +2,3 @@
|
||||||
@import 'application';
|
@import 'application';
|
||||||
@import 'modern/modern';
|
@import 'modern/modern';
|
||||||
@import 'mastodon-light/diff';
|
@import 'mastodon-light/diff';
|
||||||
|
|
||||||
|
|
|
@ -1804,11 +1804,14 @@ en:
|
||||||
default: Mastodon (Dark)
|
default: Mastodon (Dark)
|
||||||
mastodon-light: Mastodon (Light)
|
mastodon-light: Mastodon (Light)
|
||||||
system: Automatic (use system theme)
|
system: Automatic (use system theme)
|
||||||
tangerineui-cherry: Cherry UI
|
tangerineui-cherry: Tangerine (Cherry)
|
||||||
tangerineui-lagoon: Lagoon UI
|
tangerineui-lagoon: Tangerine (Lagoon)
|
||||||
modern-contrast: Modern (High contrast)
|
modern-contrast: Modern (High contrast)
|
||||||
modern: Modern (Dark)
|
modern: Modern (Dark)
|
||||||
modern-light: Modern (Light)
|
modern-light: Modern (Light)
|
||||||
|
bird-contrast: Bird (High contrast)
|
||||||
|
bird: Bird (Dark)
|
||||||
|
bird-light: Bird (Light)
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%b %d, %Y, %H:%M"
|
default: "%b %d, %Y, %H:%M"
|
||||||
|
|
|
@ -1777,6 +1777,9 @@ ko:
|
||||||
modern-contrast: "모던 / 고대비"
|
modern-contrast: "모던 / 고대비"
|
||||||
modern: "모던 / 다크"
|
modern: "모던 / 다크"
|
||||||
modern-light: "모던 / 라이트"
|
modern-light: "모던 / 라이트"
|
||||||
|
bird-contrast: "짹쨱 / 고대비"
|
||||||
|
bird: "짹짹 / 다크"
|
||||||
|
bird-light: "짹짹 / 라이트"
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%Y-%m-%d %H:%M"
|
default: "%Y-%m-%d %H:%M"
|
||||||
|
|
|
@ -3,3 +3,9 @@ contrast: styles/contrast.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
mastodon-light: styles/mastodon-light.scss
|
||||||
tangerineui-cherry: styles/tangerineui-cherry.scss
|
tangerineui-cherry: styles/tangerineui-cherry.scss
|
||||||
tangerineui-lagoon: styles/tangerineui-lagoon.scss
|
tangerineui-lagoon: styles/tangerineui-lagoon.scss
|
||||||
|
modern-contrast: styles/modern-contrast.scss
|
||||||
|
modern: styles/modern.scss
|
||||||
|
modern-light: styles/modern-light.scss
|
||||||
|
bird-contrast: styles/bird-contrast.scss
|
||||||
|
bird: styles/bird.scss
|
||||||
|
bird-light: styles/bird-light.scss
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue