gitk: Make the fake commit for the index changes green rather than magenta
The magenta was a bit close in color to the normal blue commits. This makes them green instead as suggested by Linus. Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
8f48936391
commit
ef3192b834
2
gitk
2
gitk
@ -3403,7 +3403,7 @@ proc drawcmittext {id row col} {
|
|||||||
if {$id eq $nullid} {
|
if {$id eq $nullid} {
|
||||||
set ofill red
|
set ofill red
|
||||||
} elseif {$id eq $nullid2} {
|
} elseif {$id eq $nullid2} {
|
||||||
set ofill magenta
|
set ofill green
|
||||||
} else {
|
} else {
|
||||||
set ofill [expr {$listed != 0? "blue": "white"}]
|
set ofill [expr {$listed != 0? "blue": "white"}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user