webmaster442.windowsterminal.fragments.terminalschemes - webmaster442/WindowsTerminal GitHub Wiki

< Back


TerminalSchemes

Namespace: Webmaster442.WindowsTerminal.Fragments

Built in color schemes for Windows Terminal

public static class TerminalSchemes

Inheritance ObjectTerminalSchemes Attributes NullableContextAttribute, NullableAttribute

Fields

CoffeTheme

Coffe theme color scheme https://windowsterminalthemes.dev/?theme=coffee_theme

public static TerminalScheme CoffeTheme;

Dracula

Dracula color scheme https://windowsterminalthemes.dev/?theme=Dracula

public static TerminalScheme Dracula;

GithubShecme

Github inspired color scheme https://windowsterminalthemes.dev/?theme=Github

public static TerminalScheme GithubShecme;

PurplepeterShecme

Purplepeter color scheme https://windowsterminalthemes.dev/?theme=purplepeter

public static TerminalScheme PurplepeterShecme;

Retrowave

Retrowave color scheme https://windowsterminalthemes.dev/?theme=Retrowave

public static TerminalScheme Retrowave;

Campbell

Campbell scheme

public static string Campbell;

CampbellPowershell

Campbell Powershell scheme

public static string CampbellPowershell;

OneHalfDark

One Half Dark scheme

public static string OneHalfDark;

OneHalfLight

One Half Light scheme

public static string OneHalfLight;

TangoDark

Tango Dark scheme

public static string TangoDark;

TangoLight

Tango Light scheme

public static string TangoLight;

Vintage

Vintage scheme

public static string Vintage;

< Back