Interface IEditorThemeRegistry

Theme editor registry interface

Hierarchy

  • IEditorThemeRegistry

Properties

Methods

Properties

themes: IEditorTheme[]

Get all themes

Methods

  • Register a new theme.

    Parameters

    Returns void

  • Get the default CodeMirror 6 theme for JupyterLab

    Returns Extension

    Default theme as a CodeMirror extension

  • Get a theme.

    Notes

    It falls back to the default theme

    Parameters

    • name: string

      Theme name

    Returns Extension

    Theme extension

Generated using TypeDoc