Trevixal API
    Preparing search index...

    Interface DocumentPalette

    The palette resolved to the colours a document format can carry.

    interface DocumentPalette {
        accent: string | null;
        background: string | null;
        border: string | null;
        code: string | null;
        muted: string | null;
        text: string | null;
    }
    Index
    accent: string | null

    Links.

    background: string | null

    The page's own colour, as RRGGBB.

    border: string | null

    Table and quote rules.

    code: string | null

    The fill behind a code block.

    muted: string | null

    Captions and other secondary text.

    text: string | null

    Body text.