Optimized dark theme mode

- Make dark theme mode less dark
This commit is contained in:
Toby Chui
2025-01-15 20:44:20 +08:00
parent 0d4c71d0f6
commit 45f61b3053
4 changed files with 29 additions and 16 deletions

View File

@ -43,7 +43,7 @@ const (
/* Build Constants */
SYSTEM_NAME = "Zoraxy"
SYSTEM_VERSION = "3.1.7"
DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
DEVELOPMENT_BUILD = true /* Development: Set to false to use embedded web fs */
/* System Constants */
TMP_FOLDER = "./tmp"