From 65a4d1c4249b09d8f8101848ce711bbbca4659f9 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 7 Sep 2020 10:18:40 -0400 Subject: [PATCH] Bug 546610: fix writeaccess_highlight color in dark theme Uses same color as JDT in https://bugs.eclipse.org/bugs/show_bug.cgi?id=537988 Change-Id: I578b6c8e3ebf345d6a90214a3a919e0ee167ac8b --- core/org.eclipse.cdt.ui/css/e4-dark_cdt.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 e23aa9085e3..9de73825e4e 100644 --- a/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css +++ b/core/org.eclipse.cdt.ui/css/e4-dark_cdt.css @@ -75,5 +75,11 @@ IEclipsePreferences#org-eclipse-cdt-ui:org-eclipse-cdt-ui { "semanticHighlighting.typedef.enabled=true" "semanticHighlighting.typedef.bold=true" "semanticHighlighting.typeParameter.color=191,164,164" - "semanticHighlighting.typeParameter.enabled=true" + "semanticHighlighting.typeParameter.enabled=true" +} + + +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" }