diff --git a/src/index.php b/src/index.php
index 6008deb..6ce67b6 100644
--- a/src/index.php
+++ b/src/index.php
@@ -88,22 +88,6 @@ $templatePath = 'media/templates/site/mokocassiopeia';
// Core template CSS
$wa->useStyle('template.base'); // css/template.css
-// Theme palettes (light + dark)
-// Always load standard theme, then load custom if selected
-$wa->useStyle('template.light.standard');
-$wa->useStyle('template.dark.standard');
-
-// Load custom or alternative themes if selected
-if ($params_LightColorName === 'custom') {
- $wa->useStyle('template.light.custom');
-}
-
-if ($params_DarkColorName === 'custom') {
- $wa->useStyle('template.dark.custom');
-} elseif ($params_DarkColorName === 'alternative') {
- $wa->useStyle('template.dark.alternative');
-}
-
// Scripts
$wa->useScript('template.js');
@@ -251,6 +235,13 @@ $wa->useStyle('template.user'); // css/user.css
+
+
+
+
+
+
+