IAnsiPaletteProvider
Produces ANSI palettes for a given terminal theme mode.
- Kind:
Interface - Namespace: Repl.Rendering
- Assembly:
Repl.Core - Source: src/Repl.Core/Rendering/IAnsiPaletteProvider.cs
Signature
Section titled “Signature”public interface IAnsiPaletteProviderMethods
Section titled “Methods”Create(ThemeMode)
Section titled “Create(ThemeMode)”Creates a palette for the requested theme mode.
AnsiPalette Create(ThemeMode themeMode)Parameters
Section titled “Parameters”themeMode(ThemeMode): Requested theme mode.
Returns
Section titled “Returns”AnsiPalette - The palette to use for ANSI rendering.