element-book - v27.0.0
    Preparing search index...

    Type Alias ColorThemeState

    Current color theme state used inside of ElementBookApp.

    type ColorThemeState = {
        config: ThemeConfig | undefined;
        theme: ColorTheme;
    }
    Index
    config: ThemeConfig | undefined
    theme: ColorTheme