From f5b5c16b2fa9fe19a811985cc30e7ad1b5f46380 Mon Sep 17 00:00:00 2001 From: marsman7 Date: Tue, 29 Apr 2025 23:36:35 +0200 Subject: [PATCH] update user template --- include/user_config_override-template.h | 32 +++++++++++++++---------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/include/user_config_override-template.h b/include/user_config_override-template.h index f40f140a..ae8a681c 100644 --- a/include/user_config_override-template.h +++ b/include/user_config_override-template.h @@ -83,19 +83,25 @@ * Web interface coloring **************************************************/ // Light theme (default) -#define D_HTTP_COLOR_TEXT "#000" // Global text color - Black -#define D_HTTP_COLOR_BACKGROUND "#fff" // Global background color - White -#define D_HTTP_COLOR_INPUT_TEXT "#000" // Input text color - Black -#define D_HTTP_COLOR_INPUT "#fff" // Input background color - White -#define D_HTTP_COLOR_INPUT_WARNING "#f00" // Input warning border color - Red -#define D_HTTP_COLOR_BUTTON_TEXT "#fff" // Button text color - White -#define D_HTTP_COLOR_BUTTON "#1fa3ec" // Button color - Vivid blue -#define D_HTTP_COLOR_BUTTON_HOVER "#0083cc" // Button color - Olympic blue -#define D_HTTP_COLOR_BUTTON_RESET "#f00" // Restart/Reset button color - red -#define D_HTTP_COLOR_BUTTON_RESET_HOVER "#b00" // Restart/Reset button color - Dark red -#define D_HTTP_COLOR_GROUP "#f3f3f3" // Group container background color -#define D_HTTP_COLOR_GROUP_TEXT "#000" // Group container text color - black -#define D_HTTP_COLOR_FOOTER_TEXT "#0083cc" // Footer text color - Olympic blue +#define D_HTTP_COLOR_TEXT "#000" // Global text color - Black +#define D_HTTP_COLOR_BACKGROUND "#fff" // Global background color - White +#define D_HTTP_COLOR_INPUT_TEXT "#000" // Input text color - Black +#define D_HTTP_COLOR_INPUT "#fff" // Input background color - White +#define D_HTTP_COLOR_INPUT_WARNING "#f00" // Input warning border color - Red +#define D_HTTP_COLOR_BUTTON_TEXT "#fff" // Button text color - White +#define D_HTTP_COLOR_BUTTON "#1fa3ec" // Button color - Vivid blue +#define D_HTTP_COLOR_BUTTON_HOVER "#0083cc" // Button color - Olympic blue +#define D_HTTP_COLOR_BUTTON_RESET "#f00" // Restart/Reset button color - red +#define D_HTTP_COLOR_BUTTON_RESET_HOVER "#b00" // Restart/Reset button color - Dark red +#define D_HTTP_COLOR_GROUP "#f3f3f3" // Group container background color +#define D_HTTP_COLOR_GROUP_TEXT "#000" // Group container text color - black +#define D_HTTP_COLOR_FOOTER_TEXT "#0083cc" // Footer text color - Olympic blue +#define D_HTTP_COLOR_TITLE "#fa0" +#define D_HTTP_COLOR_TREE "#fff" // Editor left menu background +#define D_HTTP_COLOR_TOOLBAR "#fff" // Editor top bar background +#define D_HTTP_COLOR_PREVIEW "#888" // +#define D_HTTP_COLOR_DROPDOWN_BG "#777" // Editor dropdown menu background +#define D_HTTP_COLOR_ITEM_HOVER "#060" // Editor left menu item hover background /* // Dark theme