]> Kevux Git Server - rit/commit
gitk: support link color in the Preferences dialog
authorWang Zichong <wangzichong@deepin.org>
Sat, 28 Feb 2026 07:59:44 +0000 (07:59 +0000)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 1 Mar 2026 10:22:45 +0000 (11:22 +0100)
commitde4201af7d57b2da6981884e969fe1e6d327108c
tree146e0665f44c2785767aefd9bdf9a1723477d53c
parentddae547e3775638c238c11f30120f1e7e763fba8
gitk: support link color in the Preferences dialog

As a dark-theme user, I use the Preferences dialog to set colors
for gitk. The only color I cannot change via that dialog is the
link foreground color, which leads to using the default link color
on a dark background that makes it hard to read.

Make the link foreground color also configurable in the Gitk
Preferences dialog's Color tab, so users won't need to dig into
the code/manual to check if it is configurable and can simply set
the color there.

Signed-off-by: Wang Zichong <wangzichong@deepin.org>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk