git bash自定义样式

进入git bash -> vi  .minttyrc -> 重启git bash

BoldAsFont=-1

Locale=zh_CN

Charset=UTF-8

Language=zh_CN

FontHeight=12

Font=Consolas

BackgroundColour=10,20,30

ForegroundColour=166,196,225

CursorColour=166,196,225

Black=61,61,61

BoldBlack=83,83,83

Red=210,63,105

BoldRed=229,144,168

Green=105,210,63

BoldGreen=168,229,144

Yellow=210,168,63

BoldYellow=229,205,144

Blue=63,105,210

BoldBlue=144,168,229

Magenta=168,63,210

BoldMagenta=205,144,229

Cyan=63,210,168

BoldCyan=144,229,205

White=233,233,233

BoldWhite=255,255,255

你可能感兴趣的:(git bash自定义样式)