TimelineKit API
    Preparing search index...

    Class DarkKanbanBoardTheme

    Base class for Kanban Board 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 selected card outline, focus rings, and drag highlights. Individual style properties override this when set.

    primaryLightColor: string = '#e8f0fe'

    Light variant of the primary color. Used as default for selected card background.