ThemeMode
Defines terminal theme behavior for ANSI palette selection.
- Kind:
Enum - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/Rendering/ThemeMode.cs
Signature
Section titled “Signature”public enum ThemeModeFields
Section titled “Fields”Use automatic theme selection heuristics.
Auto = 0Returns
Section titled “Returns”Force a dark-background palette.
Dark = 1Returns
Section titled “Returns”Force a light-background palette.
Light = 2