Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用gitk来关注分支、提交等……我正在运行 Ubuntu 14.04。并注意到分支标签的背景颜色与我在另一台运行 Ubuntu 13.10 的机器上习惯的颜色不同。目前我已经安装了 Git 1.9.3。
有没有办法在gitk中自定义分支标签的背景颜色?
这似乎headbgcolor是 GUI 颜色设置中不可用的 。
headbgcolor
关闭gitk,然后修改~/.config/git/gitk和更改
gitk
~/.config/git/gitk
set headbgcolor green
换成其他颜色。十六进制代码似乎支持不带引号,例如
set headbgcolor #123456
对于 Windows,您需要更改headbgcolor隐藏%HOMEPATH%\.gitk文件。
%HOMEPATH%\.gitk