Major Update: Changed syntax of colors.

This commit is contained in:
Keyitdev
2024-12-10 22:32:26 +01:00
parent 07e7105aec
commit f424328cb9
7 changed files with 102 additions and 94 deletions
+36 -21
View File
@@ -46,27 +46,42 @@ BackgroundVerticalAlignment="center"
#################### Colors ####################
HighlightColor="#343746"
# Main color.
BackgroundColor="#21222C"
# Background color.
# Connected with: HaveFormBackground
TextColor="#ffffff"
PlaceholderColor="#bbbbbb"
# Placholder text color (username, password).
SystemButtonsIconColor="#F8F8F2"
# System icon colors.
HeaderTextColor="#ffffff"
DateTextColor="#ffffff"
TimeTextColor="#ffffff"
HighlightTextColor="#b7cef1"
# Overrides HighlightColor.
LoginButtonTextColor=""
# Overrides TextColor.
LoginButtonBackgroundColor=""
# Overrides HighlightColor.
BackgroundListColor=""
# Overrides BackgroundColor.
HoverSessionAndVirtualKeyboard="#b7cef1"
# Overrides HighlightColor.
FormBackgroundColor="#21222C"
BackgroundColor="#21222C"
LoginFieldBackgroundColor="#222222"
PasswordFieldBackgroundColor="#222222"
LoginFieldTextColor="#ffffff"
PasswordFieldTextColor="#ffffff"
UserIconColor="#ffffff"
PasswordIconColor="#ffffff"
PlacholderTextColor="#bbbbbb"
WarningColor="#343746"
LoginButtonTextColor="#ffffff"
LoginButtonBackgroundColor="#343746"
SystemButtonsIconsColor="#F8F8F2"
SessionButtonTextColor="#F8F8F2"
VirtualKeyboardButtonTextColor="#F8F8F2"
DropdownTextColor="#ffffff"
DropdownSelectedBackgroundColor="#343746"
DropdownBackgroundColor="#21222C"
HighlightTextColor="#bbbbbb"
HighlightBackgroundColor="#343746"
HighlightBorderColor="#343746"
HoverUserIconColor="#b7cef1"
HoverPasswordIconColor="#b7cef1"
HoverSystemButtonsIconsColor="#b7cef1"
HoverSessionButtonTextColor="#b7cef1"
HoverVirtualKeyboardButtonTextColor="#b7cef1"
#################### Form ####################
@@ -97,7 +112,7 @@ VirtualKeyboardPosition="center"
HideVirtualKeyboard="false"
HideSystemButtons="false"
HideLoginButton="true"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.