diff options
author | chr <chr@cybre.space> | 2019-10-12 12:41:30 -0700 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-01 22:01:33 -0800 |
commit | e76104bc5215fb6688f5665c34d5a7566be16b85 (patch) | |
tree | 1fa4202bc44e8341b78f8c30d7f59b1c494f1ac2 /config | |
parent | 8fad28aff3c9f053e01040f85a4ce0b128e37b95 (diff) |
Windows 95 theme
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 3 | ||||
-rw-r--r-- | config/themes.yml | 1 | ||||
-rw-r--r-- | config/webpacker.yml | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 8245397d7..a814a2267 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1333,7 +1333,8 @@ en: themes: contrast: Mastodon (High contrast) default: Mastodon (Dark) - mastodon-light: Mastodon (Light) + mastodon-light: Mastodon (light) + win95: Windows 95 time: formats: default: "%b %d, %Y, %H:%M" diff --git a/config/themes.yml b/config/themes.yml index 9c21c9459..2da392eda 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,3 +1,4 @@ default: styles/application.scss contrast: styles/contrast.scss mastodon-light: styles/mastodon-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 |