Gets the palette with standard SCO colors in the first 16 entries and xterm colors in the higher entries.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Shared ReadOnly Property Sco As TerminalPalette Get | 
| C# | 
|---|
| public static TerminalPalette Sco { get; } | 
 Remarks
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.
            
 
     
     
     
     
    