Table of Contents

Class Themes

Namespace
Retro.Crt
Assembly
Retro.Crt.dll

Built-in Retro.Crt themes. Each is a snapshot of the most recognizable color combination from its era — close enough to be instantly familiar without trying to be a museum-grade emulation. All presets are designed to read well on the user's existing terminal background (typically dark); themes do not own a bg slot.

public static class Themes
Inheritance
Themes
Inherited Members

Fields

All

All built-in themes, in stable display order — the retro era presets first, then the modern dark themes. Useful for demos and theme pickers.

public static readonly Theme[] All

Field Value

Theme[]

AmberCrt

Amber phosphor CRT — monochrome warm orange like a 1980s terminal. Everything is a shade of amber; "errors" just run hotter.

public static readonly Theme AmberCrt

Field Value

Theme

Dos

Classic IBM PC / DOS prompt. Light-gray text, bright primaries for emphasis. The default look most people remember from early-90s text-mode software.

public static readonly Theme Dos

Field Value

Theme

GreenCrt

Green phosphor CRT — the other classic monochrome look, late-70s computer terminals and early Apple ][ monitors.

public static readonly Theme GreenCrt

Field Value

Theme

Midnight

Modern dark theme — soft pastel accents tuned for a charcoal terminal. Periwinkle highlights, mint success, gold warn, coral error. The "comfortable late-night IDE" look.

public static readonly Theme Midnight

Field Value

Theme

Slate

Modern dark theme — cool cyan-leaning pastels. Less blue than Midnight, more silver-grey; the calm, professional dark mode.

public static readonly Theme Slate

Field Value

Theme

Twilight

Modern dark theme — magenta and orchid pastels. Slightly warmer and more theatrical than Midnight; good for creative tooling.

public static readonly Theme Twilight

Field Value

Theme