- All Known Implementing Classes:
Dark,DarkTeal,Light,LightMaroon
public interface Theme
- Author:
- Andrea Vacondio
-
Method Summary
-
Method Details
-
id
String id()- Returns:
- a unique identifier for this theme
-
stylesheets
- Returns:
- a collection of stylesheets paths
-
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
-