Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerminalThemeProvider

A Terminal Theme Provider supplies terminal themes to Extraterm.

It exposes its list of terminal themes and a method to fetch the contents of a requested theme..

Hierarchy

  • TerminalThemeProvider

Index

Methods

readTheme

  • Read in the contents of request theme.

    Parameters

    • paths: string[]

      a list of directories which may contain themes. This is the same list as in scanThemes()

    • id: string

    Returns TerminalTheme

    the theme contents.

scanThemes

  • Scan for themes and return a list.

    Parameters

    • paths: string[]

      a list of directories which may be used to scan for themes.

    Returns TerminalThemeInfo[]

    the list of themes found which this provider can also read.

Generated using TypeDoc