[Cygwin] default color setup for mintty
In ~/.minttyrc file, we can set the default configuration of mintty terminal.
In order to set the color properly, note that the "Theme" should be None in
Option > Looks > Theme (right click in the terminal)
My current setup is as follows:
Font=Consolas
FontHeight=10
BoldAsFont=yes
BoldAsColour=no
OpaqueWhenFocused=no
CursorType=block
CursorBlinks=yes
Locale=en_US
Charset=UTF-8
ScrollbackLines=99000
ScrollMod=shift
PgUpDnScroll=yes
RightClickAction=menu
Term=xterm-256color
CopyAsRTF=no
RightClickAction=paste
ForegroundColour=0,0,0
BackgroundColour=255,255,255
CursorColour=0,0,0
Black=255,255,255
BoldBlack=0,43,54
Red=255,0,0
BoldRed=203,75,22
Green=133,153,0
BoldGreen=88,110,117
Yellow=181,137,0
BoldYellow=101,123,131
Blue=0,0,255
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