2021-05-27 15:47:45 +03:00
|
|
|
$koto-primary-color: $green;
|
|
|
|
|
|
|
|
$bg-primary : #2e2e2e;
|
|
|
|
$bg-secondary : $midnight;
|
|
|
|
|
|
|
|
$border-color: black;
|
|
|
|
|
|
|
|
$text-color-bright: white;
|
|
|
|
$text-color-faded: $palewhite;
|
|
|
|
|
|
|
|
$button-destructive-color-bg: $red;
|
|
|
|
$button-destructive-color-text: white;
|
|
|
|
$button-suggested-color-bg: $koto-primary-color;
|
|
|
|
$button-suggested-color-text: $midnight;
|
|
|
|
$button-normal-color-bg: $midnight;
|
|
|
|
$button-normal-color-text: $text-color-bright;
|
|
|
|
$button-normal-color-border: black;
|
|
|
|
|
|
|
|
$input-background: $bg-primary;
|
|
|
|
|
2021-07-08 14:39:39 +03:00
|
|
|
$primary-nav-button-active-color: $bg-secondary;
|
|
|
|
|
2021-05-27 15:47:45 +03:00
|
|
|
$artist-list-bg: $bg-secondary;
|
|
|
|
$player-bar-icon-color: $darkgrey;
|
|
|
|
|
|
|
|
$selected-row-color-bg : $koto-primary-color;
|
|
|
|
$selected-row-color-text : $midnight;
|