ColorOption
type ColorOption = { accent?: AccentColor; grayscale?: GrayscaleOptions; surface?: SurfaceColors;};
Properties
Section titled “Properties”accent?
Section titled “accent?”optional accent: AccentColor;
grayscale?
Section titled “grayscale?”optional grayscale: GrayscaleOptions;
surface?
Section titled “surface?”optional surface: SurfaceColors;