1, Cygwin display color modification method for modifying the user's home directory. MINTTYRC
- A terminal display effect of the design page, you can export a variety of platforms and display solutions:
http://ciembor.github.io/4bit/
- Color-matching files on GitHub
Https://github.com/mavnn/mintty-colors-solarized
You can also refer to this file configuration.
2, Git can directly in the window right-click Settings, color can refer to the above file contents
3, one of my color scheme
Configuration content:
backgroundcolour=216,230,206
foregroundcolour=0,0,0
cursorcolour=0,0,0
black=0,0,0
boldblack=0,0,0
red=130,68,6
boldred=246,155,64
green=6,130,68
boldgreen=64,246,155
yellow=68,130,6
boldyellow=155,246,64
blue=68,6,130
boldblue=155,64,246
magenta=130,6,68
boldmagenta=246,64,155
cyan=6,68,130
boldcyan=64,155,246
white=255,255,255
boldwhite=255,255,255
Display effect:
Cygwin and Git's mintty terminal color configuration