1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

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
This commit is contained in:
Jonah Graham 2020-09-07 10:18:40 -04:00
parent e2b94a324f
commit 65a4d1c424

View file

@ -77,3 +77,9 @@ IEclipsePreferences#org-eclipse-cdt-ui:org-eclipse-cdt-ui {
"semanticHighlighting.typeParameter.color=191,164,164" "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"
}