about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorchr <chr@cybre.space>2019-10-12 12:41:30 -0700
committerchr <chr@cybre.space>2021-03-01 22:01:33 -0800
commite76104bc5215fb6688f5665c34d5a7566be16b85 (patch)
tree1fa4202bc44e8341b78f8c30d7f59b1c494f1ac2 /config
parent8fad28aff3c9f053e01040f85a4ce0b128e37b95 (diff)
Windows 95 theme
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml3
-rw-r--r--config/themes.yml1
-rw-r--r--config/webpacker.yml1
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