-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
placeholder_text doesn't use font_color #27
Comments
maybe not placeholder_color as it's used for feedback too secondary_color? message_color? no idea |
You can color it with pango's markup: placeholder_text = <span foreground="#aabbcc" style="italic">Input Password...</span> |
That still doesnt change the color of stuff like "Authentication failed" btw I think you need to escape the # with ## Thanks tho! |
Created a pull request with a bit of code. |
It instead seems to use the default. I'm not saying it should use font_color, as that would be too saturated and probably confusing. Maybe placeholder_color?
The text was updated successfully, but these errors were encountered: