TimelineKit API
    Preparing search index...

    Class LightEventCalendarTheme

    Base class for EventCalendar visual themes. Extend to create custom themes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    colorScheme: "light" | "dark" = 'light'

    Color scheme hint for browser-native elements (scrollbars, inputs).

    font: Font = ...

    Default font used throughout the component.

    primaryColor: string = '#1a73e8'

    Primary accent color. Used as default for today highlights, active view buttons, selected entry outline, focus rings, mini-calendar accents, and checkbox color. Individual style properties override this when set.

    primaryLightColor: string = '#e8f0fe'

    Light variant of the primary color. Used as default for today cell background, active view button background, and mini-calendar selected background. Individual style properties override this when set.