From aec2e3b7bfa283e5348fefd9680a92a6b27890c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Mon, 28 Aug 2023 14:31:23 +0200 Subject: [PATCH] Added themes to custom.js Still cant change themes in settings --- app/js/custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/js/custom.js b/app/js/custom.js index 93e91c2a..ff42f1d6 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -564,6 +564,8 @@ var themes = { "default": "custom.php", "hackernews" : "hackernews.css", "lightsout" : "lightsout.css", + "material-light" : "material-light.php", + "material-dark" : "material-dark.php", } // Toggles the sidebar navigation.