Class ColorScheme

java.lang.Object
net.storm.api.ui.ColorScheme

public class ColorScheme extends Object
Defines the color scheme constants used throughout the Storm UI components.

This class provides standardized colors for maintaining visual consistency across all Storm-related user interface elements.

  • Field Details

    • BRAND_PURPLE

      public static final Color BRAND_PURPLE
      The primary brand purple color used for highlights and accents.

      RGB value: (151, 64, 247) or hex #9740F7

    • BRAND_PURPLE_TRANSPARENT

      public static final Color BRAND_PURPLE_TRANSPARENT
      A darker, more transparent variant of the brand purple.

      RGB value: (79, 0, 163) or hex #4F00A3 Typically used for backgrounds or secondary elements.

  • Constructor Details

    • ColorScheme

      public ColorScheme()