JustSid / AfterglowIntelliJ

IntelliJ version of the Afterglow Sublime Text theme
80 stars 11 forks source link

use IDEA API to provide custom icons #44

Open forantar opened 4 years ago

forantar commented 4 years ago

The plugin uses reflection for providing custom icons. Moreover, it reflectively installs custom icons even when the theme is set inactive (during the component init phase).

Please use public API for custom icons instead: 1) http://www.jetbrains.org/intellij/sdk/docs/reference_guide/ui_themes/themes_customize.html#custom-icons 2) http://www.jetbrains.org/intellij/sdk/docs/reference_guide/ui_themes/themes_customize.html#overriding-the-global-color-of-icons