Type alias TTheme

TTheme: {
    primary: string;
    secondary: string;
    text: string;
}

Type declaration

  • primary: string

    Description

    The primary color of the theme.

  • secondary: string

    Description

    The secondary color of the theme.

  • text: string

    Description

    The color used for text elements.

Description

Defines the theme colors used in the application. This type specifies the color scheme for theming purposes, including text, primary, and secondary colors.

Generated using TypeDoc