Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2022-05-13 10:29:25 +0000
committerTorbjörn Svensson2022-05-13 14:09:48 +0000
commitb212243c2b711c9c8d7b32a76c6df1d8fea10a22 (patch)
treeaa8bf51d4b4a1588072baf523692b95fd384a4b9
parent3475ac77a385c500e6847a1cbc743ca8625ae9a2 (diff)
downloadorg.eclipse.cdt-CDT_10_6_2.tar.gz
org.eclipse.cdt-CDT_10_6_2.tar.xz
org.eclipse.cdt-CDT_10_6_2.zip
Bug 579876: Use same bgcolor for occurrence in editor as JDTCDT_10_6_2cdt_10_6
Contributed by STMicroelectronics Change-Id: Ic1bfd9af7d308a8c9b14a9b2f40bbd278a0ceca0 Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com> (cherry picked from commit a1794246d55580e2cb65baa8df6fff23963869fb)
-rw-r--r--core/org.eclipse.cdt.ui/css/e4-dark_cdt.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css b/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css
index 16bf7be10c3..2faf713501a 100644
--- a/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css
+++ b/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css
@@ -88,6 +88,14 @@ IEclipsePreferences#org-eclipse-cdt-ui:org-eclipse-cdt-ui {
}
+IEclipsePreferences#org-eclipse-ui-editors:org-eclipse-cdt-ui { /* pseudo attribute added to allow contributions without replacing this node, see Bug 466075 */
+ preferences:
+ "org.eclipse.cdt.ui.occurrenceIndicationColor=27,98,145"
+ "org.eclipse.cdt.ui.writeOccurrenceIndicationColor=27,98,145"
+ "org.eclipse.cdt.ui.overrideIndicatorColor=27,98,145"
+}
+
+
IEclipsePreferences#org-eclipse-ui-workbench:org-eclipse-cdt-ui { /* pseudo attribute added to allow contributions without replacing this node, see Bug 466075 */
preferences:
"org.eclipse.cdt.ui.ColoredLabels.writeaccess_highlight=255,128,128"

Back to the top