Implement support for dedicated theme CSS files from our gresource.
Properly implement light and gruvbox themes. Yay!
This commit is contained in:
parent
4cc5c6efd4
commit
8334323af8
27 changed files with 285 additions and 121 deletions
25
theme/variants/light/_vars.scss
Normal file
25
theme/variants/light/_vars.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
$koto-primary-color: $green;
|
||||
|
||||
$bg-primary : #fafafa;
|
||||
$bg-secondary : $palewhite;
|
||||
|
||||
$border-color: $darkgrey;
|
||||
|
||||
$text-color-bright: $midnight;
|
||||
$text-color-faded: $darkgrey;
|
||||
|
||||
$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: white;
|
||||
$button-normal-color-text: $text-color-bright;
|
||||
$button-normal-color-border: $darkgrey;
|
||||
|
||||
$input-background: $bg-primary;
|
||||
|
||||
$artist-list-bg: $bg-secondary;
|
||||
$player-bar-icon-color: $darkgrey;
|
||||
|
||||
$selected-row-color-bg : $koto-primary-color;
|
||||
$selected-row-color-text : $midnight;
|
Loading…
Add table
Add a link
Reference in a new issue