Added init-mintty

This commit is contained in:
斟酌 鵬兄 2022-09-21 18:05:26 +09:00
parent 248dc44eec
commit 6b079328d3

View File

@ -27,3 +27,37 @@ function mkuserdirs {
fi
}
function init-mintty {
cat <<___MINTTY___ > $HOME/.minttyrc
BoldAsFont=no
CursorType=block
Columns=120
Rows=30
ForegroundColour=131,148,150
BackgroundColour=0,20,43
CursorColour=220,50,47
Black=7,54,66
BoldBlack=0,43,54
Red=220,50,47
BoldRed=203,75,22
Green=133,153,0
BoldGreen=88,110,117
Yellow=181,137,0
BoldYellow=101,123,131
Blue=38,139,210
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
Transparency=low
Locale=C
Charset=UTF-8
Font=Consolas
Scrollbar=none
FontHeight=14
___MINTTY___
}