@suluk/theme - v0.1.1
    Preparing search index...

    Interface ColorTokens

    The shadcn color-token roles (each a foreground/surface pair where applicable).

    interface ColorTokens {
        background: Oklch;
        foreground: Oklch;
        card: Oklch;
        cardForeground: Oklch;
        popover: Oklch;
        popoverForeground: Oklch;
        primary: Oklch;
        primaryForeground: Oklch;
        secondary: Oklch;
        secondaryForeground: Oklch;
        muted: Oklch;
        mutedForeground: Oklch;
        accent: Oklch;
        accentForeground: Oklch;
        destructive: Oklch;
        destructiveForeground: Oklch;
        border: Oklch;
        input: Oklch;
        ring: Oklch;
    }
    Index

    Properties

    background: Oklch
    foreground: Oklch
    card: Oklch
    cardForeground: Oklch
    popover: Oklch
    popoverForeground: Oklch
    primary: Oklch
    primaryForeground: Oklch
    secondary: Oklch
    secondaryForeground: Oklch
    muted: Oklch
    mutedForeground: Oklch
    accent: Oklch
    accentForeground: Oklch
    destructive: Oklch
    destructiveForeground: Oklch
    border: Oklch
    input: Oklch
    ring: Oklch