cel-tui
    Preparing search index...

    Interface SyntaxHighlightProps

    Props for the SyntaxHighlight component.

    interface SyntaxHighlightProps {
        theme?: SyntaxHighlightTheme;
    }
    Index

    Properties

    Properties

    Optional theme override.

    Built-in presets currently include "default" and "dark-plus". Theme registration objects are applied as best-effort overrides onto the lextide token categories used by this component.