Skip to content

Commit

Permalink
Changes Version, Addresses Issue #46,
Browse files Browse the repository at this point in the history
Modifies Theme Structure
  • Loading branch information
deathmarine committed Jan 5, 2016
1 parent 20eafd2 commit 492b982
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 300 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.4.4</version>
<version>0.4.5</version>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
Expand Down
73 changes: 0 additions & 73 deletions src/themes/dark.xml

This file was deleted.

74 changes: 0 additions & 74 deletions src/themes/default.xml

This file was deleted.

74 changes: 0 additions & 74 deletions src/themes/eclipse.xml

This file was deleted.

74 changes: 0 additions & 74 deletions src/themes/vs.xml

This file was deleted.

3 changes: 1 addition & 2 deletions src/us/deathmarine/luyten/LuytenPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
* declarations.
*/
public class LuytenPreferences {

public static final String THEME_XML_PATH = "/themes/";
public static final String THEME_XML_PATH = "/org/fife/ui/rsyntaxtextarea/themes/";
public static final String DEFAULT_THEME_XML = "eclipse.xml";

private String themeXml = DEFAULT_THEME_XML;
Expand Down
Loading

0 comments on commit 492b982

Please sign in to comment.