Update scripts/pi-hole/php/theme.php

Corrected naming conventions for files and theme name

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
Signed-off-by: Alex Lamond <9060360+AlexLamond@users.noreply.github.com>
This commit is contained in:
Alex L
2021-06-22 10:28:08 +02:00
committed by Alex Lamond
parent 5538af20b8
commit 57a5518c23

View File

@@ -17,7 +17,7 @@ $available_themes["default-light"] = array("Pi-hole default theme (light, defaul
$available_themes["default-dark"] = array("Pi-hole midnight theme (dark)", true, "default-dark");
$available_themes["default-darker"] = array("Pi-hole deep-midnight theme (dark)", true, "default-darker");
// Option to have the theme go with the device dark mode setting, always set the background to black to avoid flashing
$available_themes["custom-auto"] = array("Pi-hole auto theme (light/dark)", true, "custom-auto");
$available_themes["default-auto"] = array("Pi-hole auto theme (light/dark)", true, "default-auto");
$webtheme = "";
// Try to load theme settings from setupVars.conf