Added themes to custom.js

Still cant change themes in settings
This commit is contained in:
Marek Guráň
2023-08-28 14:31:23 +02:00
committed by GitHub
parent 69967f6dd9
commit aec2e3b7bf

View File

@@ -564,6 +564,8 @@ var themes = {
"default": "custom.php", "default": "custom.php",
"hackernews" : "hackernews.css", "hackernews" : "hackernews.css",
"lightsout" : "lightsout.css", "lightsout" : "lightsout.css",
"material-light" : "material-light.php",
"material-dark" : "material-dark.php",
} }
// Toggles the sidebar navigation. // Toggles the sidebar navigation.