Last active
December 12, 2018 12:54
-
-
Save kiasaki/827c25a73690e8f8309c14ee4d2440da to your computer and use it in GitHub Desktop.
wsltty / mintty config
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
BackgroundColour=255,255,255 | |
ForegroundColour=55,59,65 | |
CursorColour=38,38,38 | |
Black=29,31,33 | |
BoldBlack=150,152,150 | |
Red=204,102,102 | |
BoldRed=204,102,102 | |
Green=181,189,104 | |
BoldGreen=181,188,104 | |
Yellow=240,198,116 | |
BoldYellow=240,198,104 | |
Blue=129,162,190 | |
BoldBlue=129,162,190 | |
Magenta=178,148,187 | |
BoldMagenta=178,148,187 | |
Cyan=138,190,183 | |
BoldCyan=138,190,183 | |
White=197,200,198 | |
BoldWhite=255,255,255 | |
Transparency=off | |
CursorType=block | |
CursorBlinks=no | |
Font=Input | |
FontHeight=13 | |
FontSmoothing=full | |
BoldAsFont=yes | |
BoldAsColour=no | |
FontWeight=400 | |
FontIsBold=no | |
BellType=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment