Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

Astro Coke

[Cygwin] default color setup for mintty 본문

Computer Setup

[Cygwin] default color setup for mintty

astrodoo 2019. 4. 8. 23:05

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