25 lines
629 B
SCSS
25 lines
629 B
SCSS
|
$koto-primary-color: #ba5923;
|
||
|
|
||
|
$bg-primary : #2C2826;
|
||
|
$bg-secondary : #211e1c;
|
||
|
|
||
|
$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;
|
||
|
|
||
|
$artist-list-bg: $bg-secondary;
|
||
|
$player-bar-icon-color: #423C3A;
|
||
|
|
||
|
$selected-row-color-bg : $koto-primary-color;
|
||
|
$selected-row-color-text : $midnight;
|