Substance provides the following twenty simple themes:
While different simple themes use different color schemes for painting controls in active visual states, they use only two different sets of color schemes for painting controls in default and disabled visual states. All bright and cold simple themes use the same color schemes to paint controls in default (org.jvnet.substance.color.MetallicColorScheme) and disabled (org.jvnet.substance.color.LightGrayColorScheme) visual state, while all dark themes use the same color schemes to paint controls in default (org.jvnet.substance.color.DarkMetallicColorScheme) and disabled (org.jvnet.substance.color.DarkGrayColorScheme).
Important note: the metallic and gray color scheme mentioned above are for Substance internal use and do not constitute a part of officially supported API. The same applies to org.jvnet.substance.color.SunfireRedColorScheme color scheme.