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;
|
||||
|
||||
$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;
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue