From 1180d38934342b70bec793191d28afbb44f4f73b Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Fri, 23 Mar 2018 23:50:06 +1100 Subject: [PATCH] Add Chinwag's extra theme options, updated mastodon_light --- config/locales/en.yml | 5 ++++- config/themes.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 735a3490f..949bddaa9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -735,7 +735,10 @@ en:

Originally adapted from the Discourse privacy policy.

title: "%{instance} Terms of Service and Privacy Policy" themes: - default: Mastodon + default: Chinwag + light: Mastodon Light + mastodon: Mastodon Default + testing: Testing time: formats: default: "%b %d, %Y, %H:%M" diff --git a/config/themes.yml b/config/themes.yml index a1049fae7..434e51356 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1 +1,4 @@ -default: styles/application.scss +default: styles/chinwag.scss +light: styles/mastodon_light.scss +mastodon: styles/application.scss +testing: styles/chinwag_light.scss