Created a "Variant" system — themes are now able to inherit from base themes

This commit is contained in:
nutty
2026-06-30 02:58:57 +10:00
parent 534a328edf
commit 3e058b5433
15 changed files with 150 additions and 32 deletions
@@ -0,0 +1,3 @@
{
"base-theme": "standard"
}
+17
View File
@@ -0,0 +1,17 @@
#track-label {
font-weight: 800;
}
#artist-label {
font-weight: 500;
opacity: 0.7;
}
.progress-text {
font-weight: 500;
opacity: 0.7;
}
#progress-bar-track {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Adds depth */
}