Dynamic theme color support

This commit is contained in:
billz
2020-06-30 16:54:30 +01:00
parent 9fef770143
commit 2916bd1998
4 changed files with 8 additions and 249 deletions

View File

@@ -375,8 +375,9 @@ function getCookie(cname) {
return (value != null) ? unescape(value[1]) : null;
}
// Define themes
var themes = {
"default": "custom.css",
"default": "custom.php",
"hackernews" : "hackernews.css",
"lightsout" : "lightsout.css",
}