Skip to content

Instantly share code, notes, and snippets.

@tabs-not-spaces
Last active November 24, 2020 12:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tabs-not-spaces/31caece78b66cf4f037804a738546925 to your computer and use it in GitHub Desktop.
Save tabs-not-spaces/31caece78b66cf4f037804a738546925 to your computer and use it in GitHub Desktop.
monkai colour theme for Microsoft Terminal!
// Place this at the bottom of the "schemes" array in your profiles.json for the win.
{
"background": "#2d2a2e",
"black": "#2d2a2e",
"blue": "#FC9867",
"brightBlack": "#727072",
"brightBlue": "#FC9867",
"brightCyan": "#78DCE8",
"brightGreen": "#a9dc76",
"brightPurple": "#AB9DF2",
"brightRed": "#FF6188",
"brightWhite": "#fcfcfa",
"brightYellow": "#ffd866",
"cyan": "#78DCE8",
"foreground": "#fcfcfa",
"green": "#a9dc76",
"name": "Monokai-Pro",
"purple": "#AB9DF2",
"red": "#FF6188",
"white": "#fcfcfa",
"yellow": "#ffd866"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment