Skip to content

Commit 1372671

Browse files
committed
Improve syntax highlighting colors for dark theme in MANIFEST.MF
Changing the color to the same as for classes in the Java editor and removing the bold setting. Fixes #1503
1 parent b8ce236 commit 1372671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/org.eclipse.pde.ui/css/e4-dark_pde_prefstyle.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ IEclipsePreferences#org-eclipse-pde-ui:org-eclipse-pde-ui {
2323
'editor.color.header_assignment=103,207,241'
2424
'editor.color.header_assignment_bold=true'
2525
'editor.color.header_attributes=140,210,20'
26-
'editor.color.header_key=221,40,103'
27-
'editor.color.header_key_bold=true'
28-
'editor.color.header_osgi=38,139,210'
26+
'editor.color.header_key=18,144,195'
27+
'editor.color.header_key_bold=false'
28+
'editor.color.header_osgi=18,144,195'
2929
'editor.color.header_value=23,198,163'
3030
'editor.color.header_value_italic=true'
3131
'editor.color.instr=221,40,103'

0 commit comments

Comments
 (0)