Interface ColorDefaults

interface ColorDefaults {
    dark?: Color;
    hc?: Color;
    hcDark?: Color;
    hcLight?: Color;
    light?: Color;
}

Properties

dark?: Color
hc?: Color

Deprecated

Since

1.28.0 Please use hcDark and hcLight. This field will be ignored unless hcDark is absent.

hcDark?: Color
hcLight?: Color
light?: Color