@jsfkit/types
    Preparing search index...

    Type Alias ThemeCustomColor

    A custom colour, used to add extra colours to a theme.

    type ThemeCustomColor = {
        color: Color;
        name?: string;
    }
    Index

    Properties

    Properties

    color: Color
    name?: string