diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 5 | ||||
-rw-r--r-- | config/themes.yml | 1 | ||||
-rw-r--r-- | config/webpacker.yml | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 4d8e33d73..527494598 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1331,11 +1331,12 @@ en: <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p> title: "%{instance} Terms of Service and Privacy Policy" themes: - contrast: High contrast default: Cybrespace - mastodon: Mastodon + contrast: Mastodon (High contrast) + mastodon: Mastodon (Dark) mastodon-light: Mastodon (light) light: Cybre Lite + win95: Windows 95 time: formats: default: "%b %d, %Y, %H:%M" diff --git a/config/themes.yml b/config/themes.yml index acd46104f..05e7943be 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -3,3 +3,4 @@ mastodon: styles/application.scss contrast: styles/contrast.scss mastodon-light: styles/mastodon-light.scss light: styles/cybre-light.scss +win95: styles/win95.scss diff --git a/config/webpacker.yml b/config/webpacker.yml index 4ad78a190..a9e3636f5 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -31,6 +31,7 @@ default: &default - .ttf - .woff - .woff2 + - .gif extensions: - .mjs |