Skip to content

Instantly share code, notes, and snippets.

@meshula
Created April 17, 2018 22:50
Show Gist options
  • Save meshula/8d3db85173188aaad473d6842610e492 to your computer and use it in GitHub Desktop.
Save meshula/8d3db85173188aaad473d6842610e492 to your computer and use it in GitHub Desktop.
git bash shell colors that are actually visible. put .minttyrc in the bash shell home directory
BoldBlack=128,128,128
Red=255,64,40
BoldRed=255,128,64
Green=64,200,64
BoldGreen=64,255,64
Yellow=190,190,0
BoldYellow=255,255,64
Blue=0,128,255
BoldBlue=128,160,255
Magenta=200,64,255
BoldMagenta=255,128,255
Cyan=64,190,190
BoldCyan=128,255,255
White=200,200,200
BoldWhite=255,255,255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment