Skip to content

Commit

Permalink
Change light theme to something nicer #21
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Hungershausen <jonas.hungershausen@vogella.com>
  • Loading branch information
Jonas Hungershausen committed Jul 1, 2019
1 parent 1c2f43a commit 0435b6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.eclipse.dartboard/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Require-Bundle: org.eclipse.ui.genericeditor;bundle-version="1.0.0",
ch.qos.logback.classic,
org.eclipse.core.expressions,
org.eclipse.core.resources,
org.eclipse.ui.ide
org.eclipse.ui.ide,
org.eclipse.tm4e.ui
Import-Package: org.slf4j,
org.slf4j.spi
7 changes: 7 additions & 0 deletions org.eclipse.dartboard/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,11 @@
id="org.eclipse.dartboard.dart.newfile"/>
</perspectiveExtension>
</extension>
<extension
point="org.eclipse.tm4e.ui.themes">
<themeAssociation
scopeName="source.dart"
themeId="org.eclipse.tm4e.ui.themes.EclipseLight">
</themeAssociation>
</extension>
</plugin>

0 comments on commit 0435b6e

Please sign in to comment.