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

    Type Alias ColorTheme

    Color pairs for everything used by the element-book app.

    type ColorTheme = {
        accent: { icon: CSSResult };
        nav: { active: ColorPair; hover: ColorPair; selected: ColorPair };
    }
    Index

    Properties

    Properties

    accent: { icon: CSSResult }
    nav: { active: ColorPair; hover: ColorPair; selected: ColorPair }