SubstanceLookAndFeel.setCurrentTheme(theme.shade(factor.doubleValue()));
}
factor = XMLutils.getElementDouble("shift",config); //$NON-NLS-1$
if (factor != null) {
SubstanceTheme theme = SubstanceLookAndFeel.getTheme();
SubstanceLookAndFeel.setCurrentTheme(theme.hueShift(factor.doubleValue()));
}
} catch (Exception ex) {
LOG.error(Messages.getString("SubstanceConfigurator.17")+ex.getLocalizedMessage()); //$NON-NLS-1$
}