element-book - v26.16.0
    Preparing search index...

    Type Alias ColorThemeState

    Current color theme state used inside of ElementBookApp.

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

    Properties

    Properties

    config: ThemeConfig | undefined
    theme: ColorTheme