Skip to content

Instantly share code, notes, and snippets.

@tsuu32
Created August 6, 2021 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsuu32/d5daa4a763b10c9bfc7c13461175c488 to your computer and use it in GitHub Desktop.
Save tsuu32/d5daa4a763b10c9bfc7c13461175c488 to your computer and use it in GitHub Desktop.
Windows Terminal color scheme ported from iTerm2 Material Design
{
"background": "#263238",
"black": "#546E7A",
"blue": "#40C4FF",
"brightBlack": "#B0BEC5",
"brightBlue": "#80D8FF",
"brightCyan": "#A7FDEB",
"brightGreen": "#B9F6CA",
"brightPurple": "#FF80AB",
"brightRed": "#FF8A80",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFE57F",
"cursorColor": "#FFFFFF",
"cyan": "#64FCDA",
"foreground": "#ECEFF1",
"green": "#5CF19E",
"name": "iTerm2 Material Design",
"purple": "#FF4081",
"red": "#FF5252",
"selectionBackground": "#607D8B",
"white": "#FFFFFF",
"yellow": "#FFD740"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment