Member Junction
    Preparing search index...

    A theme's logo variant URLs + header geometry, for overlay emission (16.6).

    interface ThemeLogos {
        darkMarkURL?: string;
        height?: number;
        lightMarkURL?: string;
        monochromeURL?: string;
        width?: number;
        wordmarkURL?: string;
    }
    Index

    Properties

    darkMarkURL?: string

    Logo mark for dark surfaces -> --mj-logo-mark (dark mode). Enables the mode swap.

    height?: number

    Header mark box height in px -> --mj-logo-height.

    lightMarkURL?: string

    Logo mark for light surfaces -> --mj-logo-mark (light mode).

    monochromeURL?: string

    Single-fill monochrome variant -> --mj-logo-mono.

    width?: number

    Header mark box width in px -> --mj-logo-width.

    wordmarkURL?: string

    Full wordmark -> --mj-logo-wordmark.