Class DarkTeal

All Implemented Interfaces:
Theme

public class DarkTeal extends Dark
Author:
Andrea Vacondio
  • Constructor Details

    • DarkTeal

      public DarkTeal()
  • Method Details

    • id

      public String id()
      Specified by:
      id in interface Theme
      Overrides:
      id in class Dark
      Returns:
      a unique identifier for this theme
    • name

      public String name()
      Specified by:
      name in interface Theme
      Overrides:
      name in class Dark
      Returns:
      The theme name
    • isDefault

      public boolean isDefault()
      Specified by:
      isDefault in interface Theme
      Overrides:
      isDefault in class Light
      Returns:
      true if it can be picked up as a default theme
    • defaultPrimary

      public String defaultPrimary()
      Returns:
      the String representation of the default primary color for this theme as specified in
      invalid reference
      javafx.scene.paint.Color#web(String)
      or null if the system accent color should be used