Last active
April 6, 2018 10:40
-
-
Save lerouse/e8367c5b6f80094402114575f3736928 to your computer and use it in GitHub Desktop.
SolarizedDark mintty theme GitBash for windows
This file contains hidden or 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
ForegroundColour=131, 148, 150 | |
BackgroundColour= 0, 43, 54 | |
CursorColour = 181,137, 0 | |
#CursorColour = 38, 139, 210 blue not bad | |
#CursorColour= 211,54,130 magenta not bad | |
#CursorColour= 203,75,22 bold-red not bad, All others don't work | |
Black= 7, 54, 66 | |
BoldBlack= 0, 43, 54 | |
Red= 220, 50, 47 | |
BoldRed= 203, 75, 22 | |
Green= 0, 204, 102 | |
BoldGreen= 102, 255, 102 | |
Yellow= 181, 137, 0 | |
BoldYellow= 101, 123, 131 | |
Blue= 38, 139, 210 | |
BoldBlue= 131, 148, 150 | |
Magenta= 211, 54, 130 | |
BoldMagenta= 108, 113, 196 | |
Cyan= 42, 161, 152 | |
BoldCyan= 147, 161, 161 | |
White= 238, 232, 213 | |
BoldWhite= 253, 246, 227 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment