修改git bash主題配色和字體

這win下默認的主題使人窒息



  • 打開git bash,使用命令cd ~
  • 而後用Atom命令打開文件.minttyrc.atom .minttyrc若是默認沒有.minttyrc文件,本身新建立的也行。裏面的內容填寫以下:
Font=Consolas
FontHeight=14

ForegroundColour=131,148,150
BackgroundColour=0,43,54
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
BoldAsFont=-1
FontSmoothing=full
FontWeight=700
FontIsBold=yes
Locale=C
Charset=UTF-8

好了,重啓git bash.這個界面表示強迫症還能接受一點了。文件配置多了感受本身套路都摸清楚了。。。效果圖在這裏:

git

相關文章
相關標籤/搜索