Skip to content

Instantly share code, notes, and snippets.

@hising
Created June 28, 2020 09:33
Show Gist options
  • Save hising/8b84d0c2d40e7850975db96f10c7d01b to your computer and use it in GitHub Desktop.
Save hising/8b84d0c2d40e7850975db96f10c7d01b to your computer and use it in GitHub Desktop.
Custom schema for Windows Terminal
{
"name": "Yetric",
"cursorColor": "#fafafa",
"selectionBackground": "#FFFFFF",
"background": "#263238",
"foreground": "#eceff1",
"black": "#0C0C0C",
"blue": "#2196f3",
"cyan": "#26c6da",
"green": "#4caf50",
"purple": "#ab47bc",
"red": "#ef5350",
"white": "#f5f5f5",
"yellow": "#ffee58",
"brightBlack": "#767676",
"brightBlue": "#6ec6ff",
"brightCyan": "#6ff9ff",
"brightGreen": "#80e27e",
"brightPurple": "#df78ef",
"brightRed": "#ff867c",
"brightWhite": "#ffffff",
"brightYellow": "#ffff8b"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment