Implement TOML-based configuration support leveraging tomlc99 and custom file writer.
Fix code related to changing from temporary playlists to permanent ones. Implement new centralized Koto Paths for defining our variables and revdns name for consistency. Updated Album View to leverage KotoCoverArtButton component. Started refactoring our theming to support multiple variants. It isn't where I want it yet but we'll get there.
This commit is contained in:
parent
9f0e8dfbc8
commit
fa19fd23b1
45 changed files with 1004 additions and 282 deletions
15
theme/variants/dark/_player-bar.scss
Normal file
15
theme/variants/dark/_player-bar.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
@import '../../vars';
|
||||
|
||||
.player-bar {
|
||||
background-color: $midnight;
|
||||
|
||||
.koto-button {
|
||||
&:not(.toggled) {
|
||||
color: $darkgrey;
|
||||
}
|
||||
|
||||
&.toggled {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue