From 97b0eacb62dedacf139153301d997bfff9f3afb2 Mon Sep 17 00:00:00 2001 From: catgoat Date: Thu, 30 Aug 2018 22:29:42 -0400 Subject: [PATCH] new default theemu for meemu c: --- app/javascript/styles/meemu-default.scss | 9 +++++++++ config/locales/en.yml | 5 +++-- config/themes.yml | 5 +++-- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 app/javascript/styles/meemu-default.scss diff --git a/app/javascript/styles/meemu-default.scss b/app/javascript/styles/meemu-default.scss new file mode 100644 index 0000000..a4c7416 --- /dev/null +++ b/app/javascript/styles/meemu-default.scss @@ -0,0 +1,9 @@ +$classic-base-color: #322a4f; +$ui-base-color: $classic-base-color; +$ui-base-lighter-color: #885b8c; +$ui-primary-color: #9bcbed; +$ui-secondary-color: #ba8d98; +$ui-highlight-color: #CC7AFF; + + +@import 'application'; \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index d19b12d..30194a5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -864,9 +864,10 @@ en: title: "%{instance} Terms of Service and Privacy Policy" themes: contrast: High contrast - default: Mastodon + default: Meemu Default mastodon-light: Mastodon (light) - meemu: Meemu + meemu: Vaporwave? + mastodon: Mastodon Default time: formats: default: "%b %d, %Y, %H:%M" diff --git a/config/themes.yml b/config/themes.yml index bb3de8c..330e4d6 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,4 +1,5 @@ -default: styles/application.scss +default: styles/meemu-default.scss contrast: styles/contrast.scss mastodon-light: styles/mastodon-light.scss -meemu: styles/meemu.scss \ No newline at end of file +meemu: styles/meemu.scss +mastodon: styles/application.scss \ No newline at end of file