about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorLynx Kotoura <admin@sanin.link>2018-04-22 04:35:55 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-04-21 21:35:55 +0200
commita4a36d994b0949aff134a2c1ba4efc361b7fb358 (patch)
tree5d11e3a2b61c58c114a557a914f49e2c8226cd42 /config
parentd10447c3a82d771f8ab61837128b011254894694 (diff)
Separate high contrast theme (#7213)
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/themes.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 53b64a100..8b66b91ec 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -785,6 +785,7 @@ 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: Mastodon
   time:
     formats:
diff --git a/config/themes.yml b/config/themes.yml
index a1049fae7..f0bb1e6f7 100644
--- a/config/themes.yml
+++ b/config/themes.yml
@@ -1 +1,2 @@
 default: styles/application.scss
+contrast: styles/contrast.scss