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
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 e23aa90..9de7382 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 @@
 		"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"
 }