mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Major Update: Changed syntax of colors.
This commit is contained in:
+36
-21
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user