Git Bash主题配置

来源:互联网 发布:淘宝买ipad 编辑:程序博客网 时间:2024/05/22 03:33

考虑到window的 Vim操作,发现Git Bash自带命令行很好用。

Vim写作Markdown真的好用 还不是为了装逼
只是配色很不爽,就找了这个.

不要怕非常简单麻烦,需要2步骤

1- 打开git bash
2 - 把以下代码复制以下到 ~/minttyrc,覆盖重启软件即可

ForegroundColour=131,148,150BackgroundColour=0,43,54CursorColour=220,50,47Black=7,54,66BoldBlack=0,43,54Red=220,50,47BoldRed=203,75,22Green=133,153,0BoldGreen=88,110,117Yellow=181,137,0BoldYellow=101,123,131Blue=38,139,210BoldBlue=131,148,150Magenta=211,54,130BoldMagenta=108,113,196Cyan=42,161,152BoldCyan=147,161,161White=238,232,213BoldWhite=253,246,227BoldAsFont=-1FontHeight=12Locale=zh_CNCharset=UTF-8Font=YaHei Consolas HybridColumns=120Rows=40Transparency=offCursorType=blockCursorBlinks=yes

Themes Two (个人更喜欢这个)

BoldAsFont=yesFontHeight=12Scrollbar=noneTerm=xterm-256colorBoldAsColour=yesBlack=7,54,66Red=220,50,47Green=133,153,0Yellow=181,137,0Blue=38,139,210Magenta=211,54,130Cyan=42,161,152White=238,232,213BoldBlack=0,43,54BoldRed=203,75,22BoldGreen=88,110,117BoldYellow=101,123,131BoldBlue=131,148,150BoldMagenta=108,113,196BoldCyan=147,161,161BoldWhite=253,246,227ForegroundColour=192,192,192BackgroundColour=0,43,54CursorColour=133,153,0Columns=140Rows=40BoldAsFont=-1Locale=zh_CNCharset=UTF-8Font=YaHei Consolas HybridTransparency=offCursorType=blockCursorBlinks=yes
原创粉丝点击