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