java.lang.Object
is.codion.plugin.flatlaf.intellij.themes.ThemeLoader

public final class ThemeLoader extends Object
Loads an IntelliJTheme from an .theme.json resource stream.
  • Method Details

    • load

      public static com.formdev.flatlaf.IntelliJTheme load(InputStream inputStream)
      Parameters:
      inputStream - the stream to load the theme from
      Returns:
      an IntelliJTheme loaded from the given stream