Class AsciinemaPlayer.ThemeInfo
Theme information
Inheritance
object
AsciinemaPlayer.ThemeInfo
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class AsciinemaPlayer.ThemeInfo
Properties
| Edit this page View SourceBackground
Background color
Declaration
[JsonIgnore]
public Color Background { get; }
Property Value
Type | Description |
---|---|
Color |
BackgroundString
Background color as string
Declaration
[JsonIgnore]
public string BackgroundString { get; }
Property Value
Type | Description |
---|---|
string |
Foreground
Foreground color
Declaration
[JsonIgnore]
public Color Foreground { get; }
Property Value
Type | Description |
---|---|
Color |
ForegroundString
Foreground color as string
Declaration
[JsonIgnore]
public string ForegroundString { get; }
Property Value
Type | Description |
---|---|
string |
Palette
Palette representation
Declaration
[JsonIgnore]
public string Palette { get; }
Property Value
Type | Description |
---|---|
string |