Skip to content

Instantly share code, notes, and snippets.

@sgryjp
Created September 26, 2017 15:51
Show Gist options
  • Save sgryjp/1345cdb09ae1587af3437ab189453d94 to your computer and use it in GitHub Desktop.
Save sgryjp/1345cdb09ae1587af3437ab189453d94 to your computer and use it in GitHub Desktop.
New Windows console color scheme for MinTTY
ForegroundColour = 204, 204, 204
BackgroundColour = 12, 12, 12
CursorColour = 204, 204, 204
Black = 12, 12, 12
BoldBlack = 118, 118, 118
Red = 197, 15, 31
BoldRed = 231, 72, 86
Green = 19, 161, 14
BoldGreen = 22, 198, 12
Yellow = 193, 156, 0
BoldYellow = 249, 241, 165
Blue = 0, 55, 218
BoldBlue = 59, 120, 255
Magenta = 136, 23, 152
BoldMagenta = 180, 0, 158
Cyan = 58, 150, 221
BoldCyan = 97, 214, 214
White = 204, 204, 204
BoldWhite = 242, 242, 242
@sgryjp
Copy link
Author

sgryjp commented Sep 26, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment