Include draft Chinwag theme changes for live testing

This commit is contained in:
Mike Barnes 2024-10-16 13:47:52 +11:00
parent c1aec71846
commit 111016aa3f
5 changed files with 7858 additions and 4 deletions

View file

@ -22,3 +22,5 @@
@import 'mastodon/rtl';
@import 'mastodon/accessibility';
@import 'mastodon/rich_text';
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';

View file

@ -0,0 +1,2 @@
@import 'application';
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';

File diff suppressed because it is too large Load diff

View file

@ -1800,9 +1800,10 @@ en:
tags:
does_not_match_previous_name: does not match the previous name
themes:
default: Chinwag
mastodon: Mastodon Dark
tangerineui-chinwag: Chinwag
contrast: High Contrast
default: Mastodon Dark
mastodon-light: Mastodon Light
system: Automatic (use system theme)
time:
formats:

View file

@ -1,3 +1,4 @@
default: styles/mastodon-light.scss
mastodon: styles/application.scss
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
tangerineui-chinwag: styles/tangerineui-chinwag.scss