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
|
@ -1,13 +1,28 @@
|
|||
@import 'vars';
|
||||
|
||||
.player-bar {
|
||||
background-color: $bg-secondary;
|
||||
background-image: none;
|
||||
padding: $halvedpadding;
|
||||
|
||||
.koto-button {
|
||||
&:not(.toggled) {
|
||||
color: $player-bar-icon-color;
|
||||
}
|
||||
|
||||
&.toggled {
|
||||
color: $text-color-bright;
|
||||
}
|
||||
}
|
||||
|
||||
.playerbar-info { // Central info section
|
||||
& > box { // Info labels
|
||||
margin-left: 2ex;
|
||||
|
||||
& > image {
|
||||
color: $text-color-faded;
|
||||
}
|
||||
|
||||
& > label {
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue