Update: Changed colors and theme.conf syntax.

This commit is contained in:
Keyitdev
2024-09-18 00:18:56 +02:00
parent 2bb6702a5d
commit 9048065f6d
5 changed files with 35 additions and 24 deletions
+17 -10
View File
@@ -47,18 +47,25 @@ BackgroundVerticalAlignment="center"
#################### Colors ####################
MainColor="#F8F8F2"
AccentColor="#343746"
HighlightColor="#343746"
# Main color.
BackgroundColor="#21222C"
## Used for the user and session selection background as well as for ScreenPadding and FormBackground when either is true. If PartialBlur and FormBackground are both enabled this color will blend with the blur effect.
# Background color.
# Connected with: HaveFormBackground
TextColor="#ffffff"
PlaceholderColor="#bbbbbb"
## Placholder text color. Example: username, password.
IconColor="#ffffff"
## System icon colors
OverrideTextFieldColor=""
## The text color of the username & password when focused/pressed may become difficult to read depending on your color choices. Use this option to set it independently for legibility.
OverrideLoginButtonTextColor=""
## The text of the login button may become difficult to read depending on your color choices. Use this option to set it independently for legibility.
# Placholder text color (username, password).
SystemButtonsIconColor="#F8F8F2"
# System icon colors.
HighlightTextColor=""
# Overrides HighlightColor.
LoginButtonTextColor=""
# Overrides TextColor.
LoginButtonBackgroundColor=""
# Overrides HighlightColor.
BackgroundListColor=""
# Overrides BackgroundColor.
#################### Form ####################