The colours gitk is currently using are from the basic 16 colour palette, and are a bit too intensive to be comfortable or pleasant to work with. Adjust the main colours (commit nodes, remotes, tags and one branch colour) to be slightly softer. Signed-off-by: Andrej Shadura <andrew.shadura@xxxxxxxxxxxxxxx> --- gitk-git/gitk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index a14d7a16b2..5766754ab6 100755 --- a/gitk-git/gitk +++ b/gitk-git/gitk @@ -12302,7 +12302,7 @@ if {[tk windowingsystem] eq "aqua"} { set extdifftool "meld" } -set colors {"#00ff00" red blue magenta darkgrey brown orange} +set colors {"#00ff00" red blue #f282f2 darkgrey brown orange} if {[tk windowingsystem] eq "win32"} { set uicolor SystemButtonFace set uifgcolor SystemButtonText @@ -12325,11 +12325,11 @@ set ignorespace 0 set worddiff "" set markbgcolor "#e0e0ff" -set headbgcolor "#00ff00" +set headbgcolor #98ff5e set headfgcolor black set headoutlinecolor black -set remotebgcolor #ffddaa -set tagbgcolor yellow +set remotebgcolor #bae2ff +set tagbgcolor #f3fb57 set tagfgcolor black set tagoutlinecolor black set reflinecolor black @@ -12338,10 +12338,10 @@ set filesepfgcolor black set linehoverbgcolor #ffff80 set linehoverfgcolor black set linehoveroutlinecolor black -set mainheadcirclecolor yellow +set mainheadcirclecolor #ffeb74 set workingfilescirclecolor red set indexcirclecolor "#00ff00" -set circlecolors {white blue gray blue blue} +set circlecolors {white #08b5ed gray blue blue} set linkfgcolor blue set circleoutlinecolor $fgcolor set foundbgcolor yellow -- 2.19.1