Interface Theme

All Known Implementing Classes:
Dark, DarkTeal, Light, LightMaroon

public interface Theme
Author:
Andrea Vacondio
  • Method Details

    • id

      String id()
      Returns:
      a unique identifier for this theme
    • stylesheets

      List<String> stylesheets()
      Returns:
      a collection of stylesheets paths
    • transparentIncapableStylesheets

      List<String> transparentIncapableStylesheets()
      Returns:
      a collection of stylesheets paths to be loaded if the platform is transparent incapable
    • name

      String name()
      Returns:
      The theme name
    • isDark

      boolean isDark()
      Returns:
      if the theme is a dark theme