Skip to content

Instantly share code, notes, and snippets.

@zartc
Created June 13, 2016 11:01
Show Gist options
  • Save zartc/5e5f98f9fd5abe0b7ad429309c1009f1 to your computer and use it in GitHub Desktop.
Save zartc/5e5f98f9fd5abe0b7ad429309c1009f1 to your computer and use it in GitHub Desktop.
Flat-UI colors for mintty
/*********************************/
/* FLAT UI */
/*********************************/
ForegroundColour= 200, 200, 200
BackgroundColour= 24, 24, 24
CursorColour= 211, 84, 0
Black= 44, 62, 80
BoldBlack= 52, 73, 94
Red= 192, 57, 43
BoldRed= 231, 76, 60
Green= 39, 174, 96
BoldGreen= 46, 204, 113
Yellow= 243, 156, 18
BoldYellow= 241, 196, 15
Blue= 41, 128, 185
BoldBlue= 52, 152, 219
Magenta= 142, 68, 173
BoldMagenta= 155, 89, 182
Cyan= 122, 160, 133
BoldCyan= 26, 188, 156
White= 200, 200, 200
BoldWhite= 236, 240, 241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment