Update new Chinwag theme and make default
This commit is contained in:
parent
c47ffae773
commit
feecc6eb4e
3 changed files with 12 additions and 12 deletions
|
@ -3,9 +3,9 @@ $black: #000000;
|
||||||
$white: #ffffff;
|
$white: #ffffff;
|
||||||
|
|
||||||
$classic-base-color: #282c37;
|
$classic-base-color: #282c37;
|
||||||
$classic-primary-color: #9baec8;
|
$classic-primary-color: #bdacbb;
|
||||||
$classic-secondary-color: #dcebd0;
|
$classic-secondary-color: #e0e0d8;
|
||||||
$classic-highlight-color: #7fd92b;
|
$classic-highlight-color: #99da5c;
|
||||||
|
|
||||||
// Differences
|
// Differences
|
||||||
$success-green: #428556;
|
$success-green: #428556;
|
||||||
|
@ -14,19 +14,19 @@ $base-overlay-background: $white !default;
|
||||||
$valid-value-color: $success-green !default;
|
$valid-value-color: $success-green !default;
|
||||||
|
|
||||||
$ui-base-color: $classic-secondary-color !default;
|
$ui-base-color: $classic-secondary-color !default;
|
||||||
$ui-base-lighter-color: #c7d6c8;
|
$ui-base-lighter-color: #afd1b2;
|
||||||
$ui-primary-color: #a1cc96;
|
$ui-primary-color: #c3cec3;
|
||||||
$ui-secondary-color: $classic-base-color !default;
|
$ui-secondary-color: $classic-base-color !default;
|
||||||
$ui-highlight-color: #58991c;
|
$ui-highlight-color: #58991c;
|
||||||
|
|
||||||
$primary-text-color: $black !default;
|
$primary-text-color: $black !default;
|
||||||
$darker-text-color: $classic-base-color !default;
|
$darker-text-color: $classic-base-color !default;
|
||||||
$dark-text-color: #444b5d;
|
$dark-text-color: #5e5066;
|
||||||
$action-button-color: #5d6b55;
|
$action-button-color: #495542;
|
||||||
|
|
||||||
$inverted-text-color: $black !default;
|
$inverted-text-color: $black !default;
|
||||||
$lighter-text-color: $classic-base-color !default;
|
$lighter-text-color: $classic-base-color !default;
|
||||||
$light-text-color: #515f50;
|
$light-text-color: #7b807b;
|
||||||
|
|
||||||
//Newly added colors
|
//Newly added colors
|
||||||
$account-background-color: $white !default;
|
$account-background-color: $white !default;
|
||||||
|
|
|
@ -802,8 +802,8 @@ en:
|
||||||
title: "%{instance} Terms of Service and Privacy Policy"
|
title: "%{instance} Terms of Service and Privacy Policy"
|
||||||
themes:
|
themes:
|
||||||
default: Chinwag
|
default: Chinwag
|
||||||
mastodon: Mastodon Default
|
mastodon: Mastodon Dark
|
||||||
mastodon-light: Mastodon (light)
|
chinwag_light: Chinwag (Old)
|
||||||
contrast: High Contrast
|
contrast: High Contrast
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
default: styles/chinwag_light.scss
|
default: styles/mastodon-light.scss
|
||||||
mastodon: styles/application.scss
|
mastodon: styles/application.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
chinwag_light: styles/chinwag_light.scss
|
||||||
contrast: styles/contrast.scss
|
contrast: styles/contrast.scss
|
Loading…
Reference in a new issue