Skip to content

AsciinemaTheme

Namespace: Hex1b

Assembly: Hex1b.dll

Terminal color theme for Asciinema recordings.

csharp
public sealed class AsciinemaTheme

Inheritance

ObjectAsciinemaTheme

Properties

Background

Background color in CSS #rrggbb format.

Returns: String

csharp
[JsonPropertyName("bg")]
public string? Background { get; set; }

Foreground

Foreground color in CSS #rrggbb format.

Returns: String

csharp
[JsonPropertyName("fg")]
public string? Foreground { get; set; }

Palette

Color palette (8 or 16 colors, colon-separated, CSS #rrggbb format).

Returns: String

csharp
[JsonPropertyName("palette")]
public string? Palette { get; set; }

Released under the MIT License.