mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-08-05 12:26:41 +02:00
feat: theme files are now loaded & applied on startup
This commit is contained in:
10
src/themes/Blood.scss
Normal file
10
src/themes/Blood.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
$foreground: red;
|
||||
$background: black;
|
||||
|
||||
span {
|
||||
color: $foreground;
|
||||
}
|
||||
|
||||
.sidebar--WvRg_ {
|
||||
background-color: $background;
|
||||
}
|
Reference in New Issue
Block a user