Theme settings to include pre-4.3 option
This commit is contained in:
parent
fa1112e6bf
commit
f3b586258d
9 changed files with 23 additions and 35 deletions
|
@ -21,6 +21,4 @@
|
||||||
@import 'mastodon/dashboard';
|
@import 'mastodon/dashboard';
|
||||||
@import 'mastodon/rtl';
|
@import 'mastodon/rtl';
|
||||||
@import 'mastodon/accessibility';
|
@import 'mastodon/accessibility';
|
||||||
@import 'mastodon/rich_text';
|
@import 'mastodon/rich_text';
|
||||||
|
|
||||||
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';
|
|
5
app/javascript/styles/chinwag-light.scss
Normal file
5
app/javascript/styles/chinwag-light.scss
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@import 'mastodon-light/variables';
|
||||||
|
@import 'application';
|
||||||
|
@import 'mastodon-light/diff';
|
||||||
|
|
||||||
|
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';
|
3
app/javascript/styles/chinwag.scss
Normal file
3
app/javascript/styles/chinwag.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@import 'application';
|
||||||
|
|
||||||
|
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';
|
3
app/javascript/styles/classic-light.scss
Normal file
3
app/javascript/styles/classic-light.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@import 'mastodon-light/variables';
|
||||||
|
@import 'application';
|
||||||
|
@import 'mastodon-light/diff';
|
1
app/javascript/styles/classic.scss
Normal file
1
app/javascript/styles/classic.scss
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@import 'application';
|
|
@ -1,3 +1,3 @@
|
||||||
@import 'mastodon-light/variables';
|
@import 'mastodon-light/variables';
|
||||||
@import 'mastodon';
|
@import 'application';
|
||||||
@import 'mastodon-light/diff';
|
@import 'mastodon-light/diff';
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
@import 'mastodon/mixins';
|
|
||||||
@import 'mastodon/variables';
|
|
||||||
@import 'fonts/roboto';
|
|
||||||
@import 'fonts/roboto-mono';
|
|
||||||
|
|
||||||
@import 'mastodon/reset';
|
|
||||||
@import 'mastodon/basics';
|
|
||||||
@import 'mastodon/branding';
|
|
||||||
@import 'mastodon/containers';
|
|
||||||
@import 'mastodon/lists';
|
|
||||||
@import 'mastodon/widgets';
|
|
||||||
@import 'mastodon/forms';
|
|
||||||
@import 'mastodon/accounts';
|
|
||||||
@import 'mastodon/components';
|
|
||||||
@import 'mastodon/polls';
|
|
||||||
@import 'mastodon/modal';
|
|
||||||
@import 'mastodon/emoji_picker';
|
|
||||||
@import 'mastodon/about';
|
|
||||||
@import 'mastodon/tables';
|
|
||||||
@import 'mastodon/admin';
|
|
||||||
@import 'mastodon/dashboard';
|
|
||||||
@import 'mastodon/rtl';
|
|
||||||
@import 'mastodon/accessibility';
|
|
||||||
@import 'mastodon/rich_text';
|
|
|
@ -1800,11 +1800,12 @@ en:
|
||||||
tags:
|
tags:
|
||||||
does_not_match_previous_name: does not match the previous name
|
does_not_match_previous_name: does not match the previous name
|
||||||
themes:
|
themes:
|
||||||
system: Automatic (use system theme)
|
system: Chinwag (follow system theme)
|
||||||
default: Chinwag
|
default: Chinwag (Dark UI)
|
||||||
contrast: High Contrast
|
contrast: High Contrast
|
||||||
mastodon: Mastodon Dark
|
mastodon-light: Chinwag (Light UI)
|
||||||
mastodon-light: Mastodon Light
|
classic-light: Chinwag Classic (Light)
|
||||||
|
classic: Chinwag Classic (Dark)
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%b %d, %Y, %H:%M"
|
default: "%b %d, %Y, %H:%M"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
default: styles/application.scss
|
default: styles/chinwag.scss
|
||||||
contrast: styles/contrast.scss
|
contrast: styles/contrast.scss
|
||||||
mastodon: styles/mastodon.scss
|
mastodon-light: styles/chinwag-light.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
classic: styles/classic.scss
|
||||||
|
classic-light: styles/classic-light.scss
|
||||||
|
|
Loading…
Reference in a new issue