ColorScheme.Item

struct ColorScheme
static
struct Item {
RGBA hover;
RGBA press;
RGBA text;
RGBA textDisabled;
}

Meta