Documentation
    Preparing search index...

    Interface Theme

    interface Theme {
        background?: string;
        backgroundColor?: string;
        color?: string;
        logo?: string;
        textColor?: string;
        title?: string;
    }
    Index

    Properties

    background?: string

    Background image URL

    backgroundColor?: string

    Background color as hex (overrides background image)

    color?: string

    Primary color as hex: #000000

    logo?: string

    Logo URL

    textColor?: string

    Color of headers & links

    title?: string

    Header string or HTML: logo