theme-vir - v26.5.6
    Preparing search index...

    Variable ThemeVirColorExampleConst

    ThemeVirColorExample: DeclarativeElementDefinition<
        "theme-vir-color-example",
        {
            color: Readonly<Pick<ColorThemeColor, "foreground" | "background">>;
            showContrast: boolean;
            showVarNames: boolean;
            showVarValues: boolean;
        },
        { previewElement: undefined
        | HTMLElement },
        { toggleShowVars: DefineEvent<void> },
        "theme-vir-color-example-no-contrast-tips",
        "theme-vir-color-example-",
        readonly [],
    > = ...

    Showcase a theme-vir color theme color.