WIN10 Change Git Bash Theme
2020-12-28 09:30
标签:lan 文件 har 根目录 重启 fonts tty gre git WIN10 Change Git Bash Theme 标签:lan 文件 har 根目录 重启 fonts tty gre git 原文地址:https://www.cnblogs.com/api9527/p/13326610.html个人感觉默认Git Bash 简直没脸看(乌漆嘛黑),Google了下如何修改Git Bush
1.修改.minttyrc文件
FontHeight=16
Font=Consolas
Transparency=low
FontSmoothing=full
Locale=zh_CN
Charset=GBK
Columns=88
Rows=26
OpaqueWhenFocused=no
Scrollbar=none
Language=zh_CN
ForegroundColour=131,148,150
BackgroundColour=0,43,54
CursorColour=220,130,71
BoldBlack=128,128,128
Red=255,64,40
BoldRed=255,128,64
Green=64,200,64
BoldGreen=64,255,64
Yellow=190,190,0
BoldYellow=255,255,64
Blue=0,128,255
BoldBlue=128,160,255
Magenta=211,54,130
BoldMagenta=255,128,255
Cyan=64,190,190
BoldCyan=128,255,255
White=200,200,200
BoldWhite=255,255,255
2.该文件一般在用户根目录下(C:\Users\你的用户名)
3.注意:修改完成
.minttyrc
后记得重启 Git Bash !
文章标题:WIN10 Change Git Bash Theme
文章链接:http://soscw.com/index.php/essay/38798.html