API Reference
TerminalTheme
Defines the visual tokens used by terminal story renderers.
Inheritance
- Object
- TerminalTheme
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method TerminalStory.DeclareTab
- Method TerminalStory.OpenTab
- Method TerminalStory.WithInitialTab
- Method TerminalStory.WithTheme
Methods
Campbell() #Creates the Windows Terminal Campbell palette.
Classic() #Creates a classic near-black terminal theme.
Copy() #Creates an independent copy of this palette.
Dark() #Creates the restrained default dark terminal palette.
Light() #Creates a light terminal theme suitable for printed documentation.
PowerShell() #Creates a PowerShell-oriented dark theme.
Ubuntu() #Creates an Ubuntu terminal-inspired aubergine palette.
WindowsPowerShell() #Creates the classic Windows PowerShell blue palette.
Properties
PageBackground #Gets or sets the outer page color.
Background #Gets or sets the terminal content color.
HeaderBackground #Gets or sets the terminal title-bar color.
Border #Gets or sets the frame and divider color.
Text #Gets or sets the normal output color.
Muted #Gets or sets the subdued output color.
Accent #Gets or sets the prompt and command accent color.
Success #Gets or sets the success color.
Warning #Gets or sets the warning color.
Error #Gets or sets the error color.
Cursor #Gets or sets the cursor color.
FontFamily #Gets or sets the CSS font-family stack.