ColorScheme.Button

struct ColorScheme
static
struct Button {
RGBA text;
RGBA textHover;
RGBA textDisabled;
RGBA back;
RGBA backPress;
}

Meta