gitk: Un-hide selection in areas with non-default background color
commit2faa6cdc5e4d1d5fd27512994f002fc2640b1949
authorJohannes Sixt <j6t@kdbg.org>
Thu, 9 Apr 2020 17:48:12 +0000 (9 19:48 +0200)
committerPaul Mackerras <paulus@ozlabs.org>
Mon, 13 Apr 2020 04:36:15 +0000 (13 14:36 +1000)
tree1f639b3d8a947dd4910b90741218621476c4e75e
parent113ce1243f0bcd870b24ff22aca212575027f79f
gitk: Un-hide selection in areas with non-default background color

The recently introduced background for the tags that highlight
added and removed text takes precedence over the background color
of the selection. But selected text is more important than the
highlighted text. Make the highlighting tags the lowest priority.

The same argument holds for the file separator and the highlight
of search results. Therefore, make them also low-priority. But
search results are a bit more important; therefore, keep them
above the other tags.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
gitk