1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Bug 468206 - unable to change search match background color

Search background color will be now taken from:
Preferences > General > Appearance > Color and Fonts > Match highlight
background color
so it will look good on both default and dark theme.

Change-Id: I2800b6cd3ac651cda577cc533149f0ead0fa75f3
Signed-off-by: Tomasz Rojek <me@tomrosystems.com>
This commit is contained in:
Tomasz Rojek 2019-04-03 21:14:47 +02:00 committed by Jonah Graham
parent e93ea0ab70
commit 5131b86d9a

View file

@ -630,7 +630,7 @@
categoryId="org.eclipse.cdt.ui.presentation" categoryId="org.eclipse.cdt.ui.presentation"
isEditable="true" isEditable="true"
label="%CSearch.color.match_highlight" label="%CSearch.color.match_highlight"
value="206, 204, 247"> defaultsTo="org.eclipse.search.ui.match.highlight">
</colorDefinition> </colorDefinition>
<colorDefinition <colorDefinition
id="org.eclipse.cdt.ui.ColoredLabels.writeaccess_highlight" id="org.eclipse.cdt.ui.ColoredLabels.writeaccess_highlight"