mirror of https://github.com/Siphonay/mastodon
Make default masto colors overridable
This commit is contained in:
parent
847fcfd2e1
commit
bde9fe60bb
|
@ -3,12 +3,12 @@ $black: #000000; // Black
|
|||
$white: #ffffff; // White
|
||||
$red-600: #b7253d !default; // Deep Carmine
|
||||
$red-500: #df405a !default; // Cerise
|
||||
$blurple-600: #563acc; // Iris
|
||||
$blurple-500: #6364ff; // Brand purple
|
||||
$blurple-400: #7477fd; // Medium slate blue
|
||||
$blurple-300: #858afa; // Faded Blue
|
||||
$grey-600: #4e4c5a; // Trout
|
||||
$grey-100: #dadaf3; // Topaz
|
||||
$blurple-600: #563acc !default; // Iris
|
||||
$blurple-500: #6364ff !default; // Brand purple
|
||||
$blurple-400: #7477fd !default; // Medium slate blue
|
||||
$blurple-300: #858afa !default; // Faded Blue
|
||||
$grey-600: #4e4c5a !default; // Trout
|
||||
$grey-100: #dadaf3 !default; // Topaz
|
||||
|
||||
$success-green: #79bd9a !default; // Padua
|
||||
$error-red: $red-500 !default; // Cerise
|
||||
|
@ -18,10 +18,10 @@ $gold-star: #ca8f04 !default; // Dark Goldenrod
|
|||
$red-bookmark: $warning-red;
|
||||
|
||||
// Values from the classic Mastodon UI
|
||||
$classic-base-color: #282c37; // Midnight Express
|
||||
$classic-primary-color: #9baec8; // Echo Blue
|
||||
$classic-secondary-color: #d9e1e8; // Pattens Blue
|
||||
$classic-highlight-color: #6364ff; // Brand purple
|
||||
$classic-base-color: #282c37 !default; // Midnight Express
|
||||
$classic-primary-color: #9baec8 !default; // Echo Blue
|
||||
$classic-secondary-color: #d9e1e8 !default; // Pattens Blue
|
||||
$classic-highlight-color: #6364ff !default; // Brand purple
|
||||
|
||||
// Variables for defaults in UI
|
||||
$base-shadow-color: $black !default;
|
||||
|
|
Loading…
Reference in New Issue