Last active
August 15, 2018 20:08
-
-
Save lattespirit/117087a683ff9b7060a7e0953e92a7c3 to your computer and use it in GitHub Desktop.
Git Bash Color Scheme in Windows
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
BackgroundColour=13,25,38 | |
ForegroundColour=217,230,242 | |
CursorColour=217,230,242 | |
Black=0,0,0 | |
BoldBlack=38,38,38 | |
Red=157,84,84 | |
BoldRed=189,132,132 | |
Green=84,157,84 | |
BoldGreen=132,189,132 | |
Yellow=157,157,84 | |
BoldYellow=189,189,132 | |
Blue=84,84,157 | |
BoldBlue=132,132,189 | |
Magenta=157,84,157 | |
BoldMagenta=189,132,189 | |
Cyan=84,157,157 | |
BoldCyan=132,189,189 | |
White=217,217,217 | |
BoldWhite=255,255,255 | |
BoldAsFont=-1 | |
FontHeight=10 | |
Locale=zh_CN | |
Charset=UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment