git终端护眼minttyrc配置文件
minttyrc 配置文件:Git 终端护眼
打开 Git Bash。
使用以下命令打开(或创建)配置文件:
notepad ~/.minttyrc
将以下内容写入 ~/.minttyrc:
# 基础样式
Font=Consolas
FontHeight=14
Charset=UTF-8
# 护眼配色 (Solarized Dark)
ForegroundColour=131,148,150
BackgroundColour=0,43,54
CursorColour=220,50,47
# 仿 VS Code 配色
SelectionBackgroundColour=40,40,80
Term=xterm-256color
# 交互优化
MouseWheel=yes
RightClickAction=paste
Transparency=off
Scrollbar=yes
ScrollbackLines=10000
CursorBlinks=no
White=238,232,213
BoldWhite=253,246,227
保存后重新打开 Git Bash 即可生效。

浙公网安备 33010602011771号