enum UIColor

Theme color categories to pair with UI.SetThemeColor.

Enum Values

   
Background This is a background sort of color that should generally be dark. Used by window bodies and backgrounds of certain elements.
Common A normal UI element color, for elements like buttons and sliders.
Complement Not really used anywhere at the moment, maybe for the UI.Panel.
Max A maximum enum value to allow for iterating through enum values.
None The default category, used to indicate that no category has been selected.
Primary This is the main accent color used by window headers, separators, etc.
Text Text color! This should generally be really bright, and at the very least contrast-ey.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!