public class CliTheme| CliTheme | Initializes a new instance of the CliTheme class. | 
| CliTheme(CliTheme) | Initializes a new instance of the CliTheme class with a base theme to override. | 
| Blue | Gets the Blue theme. | 
| DarkBlue | Gets the Dark Blue theme. | 
| DarkGreen | Gets the Dark Green theme. | 
| DarkRed | Gets the Dark Red theme. | 
| Default | Gets the default theme. | 
| DefaultBgColor | 
            Gets or sets the default background color used by the app.
             Default is , which is equivalent to Black on Windows and is equivalent to (ConsoleColor)-1 (unset/unknown) on Unix-like platforms.  | 
| DefaultColor | 
            Gets or sets the default color used by the app.
             Default is , which is equivalent to Gray on Windows and is equivalent to (ConsoleColor)-1 (unset/unknown) on Unix-like platforms.  | 
| FirstColumnColor | 
             Gets or sets the color used for a first column in help output.
              Default is which also means DefaultColor. First column is similar to: console  | 
| Green | Gets the Green theme. | 
| HeadingCasing | 
            Gets or sets the casing used for a heading in help output.
             Default is None. For example, uppercase heading is similar to: console  | 
| HeadingColor | 
            Gets or sets the color used for a heading in help output.
             Default is which also means DefaultColor. Heading is similar to: console  | 
| HeadingNoColon | 
            Gets or sets whether colon character at the end, is used for a heading in help output.
             Default is . For example, no colon and uppercase heading is similar to: console  | 
| NoColor | Gets the no-color theme. | 
| Red | Gets the Red theme. | 
| SecondColumnColor | 
             Gets or sets the color used for a second column in help output.
              Default is which also means DefaultColor. Second column is similar to: console  | 
| SynopsisColor | 
             Gets or sets the color used for the synopsis section in help output.
              Default is which also means DefaultColor. Synopsis section is similar to: console  |