TerminalPalette.Dos Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Dos
Gets the palette with standard MS-DOS colors in the first 16 entries and xterm colors in the higher entries.
Declaration
public static TerminalPalette Dos { get; }
Property Value
Type | Description |
---|---|
TerminalPalette |
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.