gespenst API - v0.1.0
    Preparing search index...

    Interface ThemeMetadata

    Attribution and display metadata for a built-in theme.

    interface ThemeMetadata {
        appearance: "dark" | "light";
        label: string;
        license: string;
        revision: string;
        source: string;
    }
    Index
    appearance: "dark" | "light"

    Whether the theme is designed for a dark or light surrounding UI.

    label: string

    Human-readable name suitable for a theme picker.

    license: string

    SPDX license identifier for the upstream palette.

    revision: string

    Upstream commit used to audit the palette and license.

    source: string

    Canonical upstream project used as the palette source.