Created
February 25, 2018 23:44
-
-
Save jaywick/83e02c6baa9ed7994155f0fb4f6269d9 to your computer and use it in GitHub Desktop.
MinTTY Settings
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=197,200,198 | |
BackgroundColour=29,31,33 | |
CursorColour=253,157,79 | |
Black=29,31,33 | |
BoldBlack=150,152,150 | |
Red=204,102,102 | |
BoldRed=173,57,57 | |
Green=181,189,104 | |
BoldGreen=142,150,66 | |
Yellow=240,198,116 | |
BoldYellow=234,171,47 | |
Blue=129,162,190 | |
BoldBlue=82,125,159 | |
Magenta=178,148,187 | |
BoldMagenta=145,100,157 | |
Cyan=138,190,183 | |
BoldCyan=90,162,152 | |
White=197,200,198 | |
BoldWhite=255,255,255 |
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
settBoldAsFont=yes | |
Font=Fira Code | |
FontHeight=11 | |
FontSmoothing=full | |
Locale=en_AU | |
Charset=UTF-8 | |
Transparency=low | |
MiddleClickAction=void | |
BellType=-1 | |
CursorType=underscore | |
ThemeFile=base16-tomorrow-mod.minttyrc | |
BoldAsColour=yes | |
FontWeight=700 | |
FontIsBold=yes | |
SwitchShortcuts=no | |
ZoomShortcuts=no | |
AltFnShortcuts=no | |
Columns=100 | |
Rows=30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment