Struct ConsoleThemeProperties
Theme properties for the Socially Distant terminal.
Inherited Members
Namespace: SociallyDistant.Core.UI.Console
Assembly: SociallyDistant.Framework.dll
Syntax
public struct ConsoleThemePropertiesFields
BackgroundColor
The opaque color of the console background.
Declaration
public Color BackgroundColorField Value
| Type | Description | 
|---|---|
| Color | 
BackgroundOpacity
Value indicating the opacity of the console background.
Declaration
public float BackgroundOpacityField Value
| Type | Description | 
|---|---|
| float | 
ForegroundColor
The default color of text.
Declaration
public Color ForegroundColorField Value
| Type | Description | 
|---|---|
| Color | 
SelectionColor
The selection highlight color of text that uses the default foreground color.
Declaration
public Color SelectionColorField Value
| Type | Description | 
|---|---|
| Color |