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:
parent
e2b94a324f
commit
65a4d1c424
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue