From 5131b86d9a1d56141ed7d884a656335fb60b271d Mon Sep 17 00:00:00 2001 From: Tomasz Rojek Date: Wed, 3 Apr 2019 21:14:47 +0200 Subject: [PATCH] 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 --- core/org.eclipse.cdt.ui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 5f6a8f0e287..6246ea0e62c 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -630,7 +630,7 @@ categoryId="org.eclipse.cdt.ui.presentation" isEditable="true" label="%CSearch.color.match_highlight" - value="206, 204, 247"> + defaultsTo="org.eclipse.search.ui.match.highlight">