summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/MinecraftSyntaxKit.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add barebones plugin framework, cleanupGravatar asie2018-12-081-42/+0
|
* add line number coloring, bugfixesGravatar asie2018-11-281-0/+4
|
* Added theme switcher + dark theme (#60)Gravatar Modmuss502017-06-071-16/+16
| | | | | | | | | | | | | | | | | | | | | | * Initial work on the color config * Save and read config from file.+ * Allow changing the editor colors * Remove the right margin * Move config to the user's home dir * Use Guava instead of Apache commons * Add runtime theme switching, includes example "dark" theme. * Rename dark theme as requested * Small clean up * Include suggestions from @Thog
* Add support for custom themes (#59)Gravatar Modmuss502017-06-041-0/+38