Last active
June 1, 2020 04:31
-
-
Save daniel-chambers/32efb5378a3ad5626945c862e01a8bfe to your computer and use it in GitHub Desktop.
Monokai Theme for Windows Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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