Color of the text.

05/08/2016 18:59 1stAntonio#1
How to change color of the text of loginwindow? I have white color but want another!Help me please
05/08/2016 20:02 mrapc#2
you have the default colors inside the ui.py

if you want to set only one make it like
Code:
name : "myText",
type : "text",
text : "My Text",
color : (a,r,g,b),
05/08/2016 20:41 1stAntonio#3
color : (a,r,g,b), how to do black color?
05/09/2016 08:50 mrapc#4
a=255
r=0
g=0
b=0

I think you can write:
Code:
color : "black",
but I'm not sure.

To get the color Codes go into Paint and just get into the color Panel and create your own color you will find a Textbox that says: r,g,b and a.