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,28 +0,0 @@
|
|||
@import 'components/gtk-overrides';
|
||||
@import 'pages/music-local';
|
||||
@import 'pages/playlist-page';
|
||||
@import 'variants/dark/main';
|
||||
|
||||
@import 'button';
|
||||
@import 'disc-view';
|
||||
@import 'expander';
|
||||
@import 'player-bar';
|
||||
@import 'primary-nav';
|
||||
@import 'track-item';
|
||||
@import 'vars';
|
||||
|
||||
window {
|
||||
& > headerbar, & > headerbar:active {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.koto-dialog-container {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
// All the classes we want consistent padding applied to for its primary content
|
||||
.artist-view-content, // Has the albums
|
||||
.playlist-page { // Individual playlists
|
||||
padding: $itempadding;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue