Class ThemeLoader
java.lang.Object
is.codion.plugin.flatlaf.intellij.themes.ThemeLoader
Loads an
IntelliJTheme from an .theme.json resource stream.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.formdev.flatlaf.IntelliJThemeload(InputStream inputStream)
-
Method Details
-
load
- Parameters:
inputStream- the stream to load the theme from- Returns:
- an
IntelliJThemeloaded from the given stream
-