}
public static final SubstanceTheme orangeTheme = makeTheme(new CustomColorScheme(Colors.LZOrange), "Orange");
public LightZoneSkin() {
SubstanceTheme activeTheme = new SubstanceEbonyTheme();
SubstanceTheme defaultTheme = activeTheme.shade(0.2);
SubstanceTheme disabledTheme = activeTheme.shade(0.3);
SubstanceTheme activeTitleTheme = defaultTheme;
SubstanceComplexTheme theme = new SubstanceComplexTheme(NAME,
SubstanceTheme.ThemeKind.DARK, activeTheme, defaultTheme, disabledTheme,
activeTitleTheme);
theme.setNonActivePainter(new SimplisticSoftBorderReverseGradientPainter());
theme.setSelectedTabFadeStart(0.3);
theme.setSelectedTabFadeEnd(0.6);
theme.setCellRendererBackgroundTheme(new SubstanceEbonyTheme());
this.theme = theme;
this.shaper = new ClassicButtonShaper();
this.watermark = new SubstanceNoneWatermark();
this.gradientPainter = new GlassGradientPainter();