Created
September 9, 2017 18:34
-
-
Save xorus/74df6cf48661548c5cffa2e6c6b65b0e to your computer and use it in GitHub Desktop.
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
# To use common configuration in %APPDATA%\mintty, simply remove this file | |
BoldAsFont=-1 | |
Transparency=low | |
OpaqueWhenFocused=yes | |
CursorType=block | |
Font=Menlo for Powerline | |
FontHeight=12 | |
Term=xterm-256color | |
ForegroundColour=248,248,242 | |
BackgroundColour=39,40,34 | |
CursorColour=253,157,79 | |
Black=39,40,34 | |
BoldBlack=117,113,94 | |
Red=249,38,114 | |
BoldRed=204,6,78 | |
Green=166,226,46 | |
BoldGreen=122,172,24 | |
Yellow=244,191,117 | |
BoldYellow=240,169,69 | |
Blue=102,217,239 | |
BoldBlue=33,199,233 | |
Magenta=174,129,255 | |
BoldMagenta=126,51,255 | |
Cyan=161,239,228 | |
BoldCyan=95,227,210 | |
White=248,248,242 | |
BoldWhite=249,248,245 | |
FontSmoothing=full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment