Themes and a theme picker

This commit is contained in:
kamkow1
2025-06-25 22:47:07 +02:00
parent ab37785d2a
commit 037b0a123a
10 changed files with 137 additions and 12 deletions

View File

@ -26,5 +26,6 @@
<#ifdef HOTRELOAD>
<script src="/etc/hotreload.js"></script>
<#endif>
<script src="/etc/theme.js"></script>
</body>
</html>

View File

@ -67,5 +67,6 @@
<#ifdef HOTRELOAD>
<script src="/etc/hotreload.js"></script>
<#endif>
<script src="/etc/theme.js"></script>
</body>
</html>

View File

@ -21,5 +21,6 @@
<#ifdef HOTRELOAD>
<script src="/etc/hotreload.js"></script>
<#endif>
<script src="/etc/theme.js"></script>
</body>
</html>

View File

@ -23,5 +23,6 @@
<#ifdef HOTRELOAD>
<script src="/etc/hotreload.js"></script>
<#endif>
<script src="/etc/theme.js"></script>
</body>
</html>