Skip to content

Commit

Permalink
Bug 433605: [CSS] [dark theme] Provide reasonable JDT defaults for sy…
Browse files Browse the repository at this point in the history
…ntax color in the dark theme

typos; put ext.pt. contribution close to other theme extensions
  • Loading branch information
mkeller committed May 22, 2014
1 parent 075d6fe commit 0acb1c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Andrea Guarinoni <[email protected]> - intial color schema definition
*******************************************************************************/

/* ############################## JDT syntax hightligthing ############################## */
/* ############################## JDT syntax highlighting ############################## */

IEclipsePreferences#org-eclipse-jdt-ui {
preferences:
Expand Down
20 changes: 11 additions & 9 deletions org.eclipse.jdt.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6559,6 +6559,17 @@
</colorOverride>
</theme>
</extension>

<extension
point="org.eclipse.e4.ui.css.swt.theme">
<stylesheet
uri="css/e4-dark_jdt_syntaxhighlighting.css">
<themeid
refid="org.eclipse.e4.ui.css.theme.e4_dark">
</themeid>
</stylesheet>
</extension>

<extension
point="org.eclipse.jdt.ui.cleanUps">

Expand Down Expand Up @@ -6790,13 +6801,4 @@
</description>
</transfer>
</extension>
<extension
point="org.eclipse.e4.ui.css.swt.theme">
<stylesheet
uri="css/e4-dark_jdt_syntaxhighlighting.css">
<themeid
refid="org.eclipse.e4.ui.css.theme.e4_dark">
</themeid>
</stylesheet>
</extension>
</plugin>

0 comments on commit 0acb1c1

Please sign in to comment.