diff --git a/app/javascript/styles/mastodon-light/variables.scss b/app/javascript/styles/mastodon-light/variables.scss index 55107019c..fbc2f2e17 100644 --- a/app/javascript/styles/mastodon-light/variables.scss +++ b/app/javascript/styles/mastodon-light/variables.scss @@ -3,9 +3,9 @@ $black: #000000; $white: #ffffff; $classic-base-color: #282c37; -$classic-primary-color: #9baec8; -$classic-secondary-color: #dcebd0; -$classic-highlight-color: #7fd92b; +$classic-primary-color: #bdacbb; +$classic-secondary-color: #e0e0d8; +$classic-highlight-color: #99da5c; // Differences $success-green: #428556; @@ -14,19 +14,19 @@ $base-overlay-background: $white !default; $valid-value-color: $success-green !default; $ui-base-color: $classic-secondary-color !default; -$ui-base-lighter-color: #c7d6c8; -$ui-primary-color: #a1cc96; +$ui-base-lighter-color: #afd1b2; +$ui-primary-color: #c3cec3; $ui-secondary-color: $classic-base-color !default; $ui-highlight-color: #58991c; $primary-text-color: $black !default; $darker-text-color: $classic-base-color !default; -$dark-text-color: #444b5d; -$action-button-color: #5d6b55; +$dark-text-color: #5e5066; +$action-button-color: #495542; $inverted-text-color: $black !default; $lighter-text-color: $classic-base-color !default; -$light-text-color: #515f50; +$light-text-color: #7b807b; //Newly added colors $account-background-color: $white !default; diff --git a/config/locales/en.yml b/config/locales/en.yml index 36a4665a8..1c7eb54a1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -802,8 +802,8 @@ en: title: "%{instance} Terms of Service and Privacy Policy" themes: default: Chinwag - mastodon: Mastodon Default - mastodon-light: Mastodon (light) + mastodon: Mastodon Dark + chinwag_light: Chinwag (Old) contrast: High Contrast time: formats: diff --git a/config/themes.yml b/config/themes.yml index f39c77f77..867b3144b 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,4 +1,4 @@ -default: styles/chinwag_light.scss +default: styles/mastodon-light.scss mastodon: styles/application.scss -mastodon-light: styles/mastodon-light.scss +chinwag_light: styles/chinwag_light.scss contrast: styles/contrast.scss \ No newline at end of file