yarcl
    Preparing search index...

    Interface ColorPair

    A color with a value for each color scheme. Emitted as CSS light-dark().

    interface ColorPair {
        dark: string;
        light: string;
    }

    Hierarchy (View Summary)

    Index
    dark: string

    Value used when the color scheme is dark.

    light: string

    Value used when the color scheme is light.