TerminalPalette.Sco Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Sco
Gets the palette with standard SCO colors in the first 16 entries and xterm colors in the higher entries.
Declaration
public static TerminalPalette Sco { get; }
Property Value
Type | Description |
---|---|
TerminalPalette |
Remarks
The default palette uses the following color scheme: 0 = Black, 1 = Blue, 2 = Green, 3 = Cyan, 4 = Red, 5 = Magenta, 6 = Yellow, 7 = LightGray, 8 = DarkGray, 9 = LightBlue, 10 = LightGreen, 11 = LightCyan, 12 = LightRed, 13 = LightMagenta, 14 = LightYellow, 15 = White, 16 and higher = Xterm colors.