Created
June 13, 2018 00:27
-
-
Save genneko/461b7dcad509161c0c7553df5b0d9fb9 to your computer and use it in GitHub Desktop.
Light color theme for mintty
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
Black=0,0,0 | |
Red=255,100,0 | |
Green=183,234,17 | |
Yellow=234,206,28 | |
Blue=65,105,225 | |
Magenta=237,157,185 | |
Cyan=0,191,191 | |
White=255,255,255 | |
BoldBlack=64,64,64 | |
BoldRed=255,100,0 | |
BoldGreen=183,234,17 | |
BoldYellow=234,206,28 | |
BoldBlue=107,155,219 | |
BoldMagenta=237,157,185 | |
BoldCyan=64,255,255 | |
BoldWhite=255,255,25 | |
BackgroundColour=0,0,0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment