Open forantar opened 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
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