Class AsciinemaPlayer.ThemeInfo
Theme information
Inheritance
object
AsciinemaPlayer.ThemeInfo
Namespace
Syntax
public class AsciinemaPlayer.ThemeInfo
Properties
Background
Background color
Property Value
Color
Declaration
[JsonIgnore]
public Color Background { get; }
BackgroundString
Background color as string
Property Value
string
Declaration
[JsonIgnore]
public string BackgroundString { get; }
Foreground
Foreground color
Property Value
Color
Declaration
[JsonIgnore]
public Color Foreground { get; }
ForegroundString
Foreground color as string
Property Value
string
Declaration
[JsonIgnore]
public string ForegroundString { get; }
Palette
Palette representation
Property Value
string
Declaration
[JsonIgnore]
public string Palette { get; }