Added "Simple" theme

This commit is contained in:
nutty
2026-06-27 04:51:28 +10:00
parent b1e6cb5d75
commit a4e78595bd
7 changed files with 441 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const mainContainer = document.getElementById('main-container');
const theme = urlParams.get('theme') || 'standard';
const font = urlParams.get("font") || "";
const fontSize = GetIntParam("fontSize", 20);
const width = GetIntParam("width", 500);
const maxWidth = GetIntParam("maxWidth", 500);
const albumArt = urlParams.get('albumArt') || 'show';
const showProgressBar = GetBooleanParam("showProgressBar", true);