Created
August 27, 2017 17:36
-
-
Save lucaslugao/233c271c9977cdc401d4e07115b7cd4c to your computer and use it in GitHub Desktop.
Mintty vscode theme
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
BoldAsFont=-1 | |
Font=Consolas | |
FontHeight=11 | |
ForegroundColour=204,204,204 | |
BackgroundColour=30,30,30 | |
CursorColour=204,204,204 | |
Black=30,30,30 | |
BoldBlack=102,102,102 | |
Gray=255,0,0 | |
BoldGray=0,0,255 | |
Blue=36,114,200 | |
BoldBlue=59,142,234 | |
Green=13,188,121 | |
BoldGreen=35,209,139 | |
Cyan=17,168,205 | |
BoldCyan=41,184,219 | |
Red=205,49,49 | |
BoldRed=241,76,76 | |
Magenta=188,63,188 | |
BoldMagenta=214,112,214 | |
Yellow=229,229,16 | |
BoldYellow=245,245,67 | |
White=204,204,204 | |
BoldWhite=229,229,229 | |
FontSmoothing=full | |
AllowBlinking=yes | |
FontWeight=400 | |
FontIsBold=no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment