Skip to content

Commit

Permalink
Improve syntax highlighting colors for dark theme in MANIFEST.MF
Browse files Browse the repository at this point in the history
Changing the color to the same as for classes in the Java editor and
removing the bold setting.

Fixes eclipse-pde#1503
  • Loading branch information
vogella committed Dec 6, 2024
1 parent b8ce236 commit 1372671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/org.eclipse.pde.ui/css/e4-dark_pde_prefstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ IEclipsePreferences#org-eclipse-pde-ui:org-eclipse-pde-ui {
'editor.color.header_assignment=103,207,241'
'editor.color.header_assignment_bold=true'
'editor.color.header_attributes=140,210,20'
'editor.color.header_key=221,40,103'
'editor.color.header_key_bold=true'
'editor.color.header_osgi=38,139,210'
'editor.color.header_key=18,144,195'
'editor.color.header_key_bold=false'
'editor.color.header_osgi=18,144,195'
'editor.color.header_value=23,198,163'
'editor.color.header_value_italic=true'
'editor.color.instr=221,40,103'
Expand Down

0 comments on commit 1372671

Please sign in to comment.