Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bird UI #33

Closed
wants to merge 13 commits into from
5,118 changes: 5,118 additions & 0 deletions app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.css

Large diffs are not rendered by default.

5,118 changes: 5,118 additions & 0 deletions app/javascript/styles/mastodon-bird-ui/layout-multiple-columns.scss

Large diffs are not rendered by default.

5,366 changes: 5,366 additions & 0 deletions app/javascript/styles/mastodon-bird-ui/layout-single-column.css

Large diffs are not rendered by default.

5,366 changes: 5,366 additions & 0 deletions app/javascript/styles/mastodon-bird-ui/layout-single-column.scss

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,9 @@ en:
contrast: Mastodon (High contrast)
default: Mastodon (Dark)
mastodon-light: Mastodon (Light)
mastodon-bird-ui: Mastodon Bird UI (Dark)
mastodon-bird-ui-light: Mastodon Bird UI (Light)
mastodon-bird-ui-contrast: Mastodon Bird UI (High contrast)
system: Automatic (use system theme)
time:
formats:
Expand Down
3 changes: 3 additions & 0 deletions config/themes.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
mastodon-bird-ui: styles/mastodon-bird-ui-dark.scss
mastodon-bird-ui-contrast: styles/mastodon-bird-ui-contrast.scss
mastodon-bird-ui-light: styles/mastodon-bird-ui-light.scss
Loading