Created
December 11, 2015 08:07
-
-
Save pete-otaqui/f3364f5adb6c3ca59b8a to your computer and use it in GitHub Desktop.
Monokai-style colours for windows 16-color command prompt
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
{ | |
"black":"39/40/34", | |
"red":"249/38/114", | |
"green":"166/226/46", | |
"yellow":"244/191/117", | |
"blue":"102/217/239", | |
"magenta":"174/129/255", | |
"cyan":"161/239/228", | |
"white":"248/248/242", | |
"brightBlack":"117/113/94", | |
"brightRed":"249/38/114", | |
"brightGreen":"166/226/46", | |
"brightYellow":"244/191/117", | |
"brightBlue":"102/217/239", | |
"brightMagenta":"174/129/255", | |
"brightCyan":"161/239/228", | |
"brightWhite":"249/248/245" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment