Skip to content

Instantly share code, notes, and snippets.

@daniel-chambers
Last active June 1, 2020 04:31
Show Gist options
  • Save daniel-chambers/32efb5378a3ad5626945c862e01a8bfe to your computer and use it in GitHub Desktop.
Save daniel-chambers/32efb5378a3ad5626945c862e01a8bfe to your computer and use it in GitHub Desktop.
Monokai Theme for Windows Terminal
{
"name": "Monokai",
"background": "#272822",
"black": "#272822",
"blue": "#01549E",
"brightBlack": "#7C7C7C",
"brightBlue": "#0383F5",
"brightCyan": "#58C2E5",
"brightGreen": "#8DD006",
"brightPurple": "#A87DB8",
"brightRed": "#F3044B",
"brightWhite": "#F8F8F2",
"brightYellow": "#CCCC81",
"cyan": "#1A83A6",
"foreground": "#CACACA",
"green": "#74AA04",
"purple": "#89569C",
"red": "#A70334",
"white": "#FFFFFF",
"yellow": "#B6B649"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment