Gets the palette with standard ANSI colors in the first 16 entries and xterm colors in the higher entries.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Shared ReadOnly Property Ansi As TerminalPalette Get |
C# |
---|
public static TerminalPalette Ansi { get; } |
Remarks
The default palette uses the following color scheme:
0 = Black, 1 = Red, 2 = Green, 3 = Yellow, 4 = Blue, 5 = Magenta, 6 = Cyan, 7 = LightGray,
8 = DarkGray, 9 = LightRed, 10 = LightGreen, 11 = LightYellow, 12 = LightBlue, 13 = LightMagenta, 14 = LightCyan, 15 = White,
16 and higher = Xterm colors.