koto/theme/variants/gruvbox/_vars.scss
Joshua Strobl 8334323af8 Implement support for dedicated theme CSS files from our gresource.
Properly implement light and gruvbox themes. Yay!
2021-05-27 15:47:45 +03:00

25 lines
No EOL
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;