mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-19 17:26:38 +00:00
update user template
This commit is contained in:
parent
f0b76477bc
commit
f5b5c16b2f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user