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;