mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added "Simple" theme
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user