Skip to content

Instantly share code, notes, and snippets.

@Iamanaws
Created November 12, 2021 16:53
Show Gist options
  • Save Iamanaws/7865b214a23fa95264579409c5ef292c to your computer and use it in GitHub Desktop.
Save Iamanaws/7865b214a23fa95264579409c5ef292c to your computer and use it in GitHub Desktop.
Windows Terminal Schemas
{
//One Dark
"background": "#1E2127",
"black": "#000000",
"blue": "#61AFEF",
"brightBlack": "#5C6370",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#D19A66",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#5C6370",
"green": "#98C379",
"name": "One Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#ABB2BF",
"yellow": "#D19A66"
},
{
//One Light
"background": "#F9F9F9",
"black": "#000000",
"blue": "#4078F2",
"brightBlack": "#383A42",
"brightBlue": "#4078F2",
"brightCyan": "#0184BC",
"brightGreen": "#50A14F",
"brightPurple": "#A626A4",
"brightRed": "#E45649",
"brightWhite": "#FFFFFF",
"brightYellow": "#986801",
"cursorColor": "#FFFFFF",
"cyan": "#0184BC",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#A0A1A7",
"yellow": "#986801"
},
{
//Snazzy
"background": "#282A36",
"black": "#282A36",
"blue": "#57C7FF",
"brightBlack": "#686868",
"brightBlue": "#57C7FF",
"brightCyan": "#9AEDFE",
"brightGreen": "#5AF78E",
"brightPurple": "#FF6AC1",
"brightRed": "#FF5C57",
"brightWhite": "#EFF0EB",
"brightYellow": "#F3F99D",
"cursorColor": "#97979B",
"cyan": "#9AEDFE",
"foreground": "#EFF0EB",
"green": "#5AF78E",
"name": "Snazzy",
"purple": "#FF6AC1",
"red": "#FF5C57",
"selectionBackground": "#3E404A",
"white": "#F1F1F0",
"yellow": "#F3F99D"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment