POLAR reference
    Preparing search index...

    Interface PolarTheme

    A theme for the POLAR map client.

    interface PolarTheme {
        brandColor?: OklchColor;
        kern?: KernTheme;
    }
    Index

    Properties

    Properties

    brandColor?: OklchColor

    This color will be defined as --brand-color-{l,c,h} CSS variable inside POLAR's shadow DOM. It can especially be used to define the KERN theme via oklch.

    kern?: KernTheme

    Theme for KERN UX library.