protected ColorThemeMapping createMapping(String pluginKey, String themeKey) {
return new ColorThemeMapping(pluginKey, themeKey);
}
protected ColorThemeSemanticHighlightingMapping createSemanticHighlightingMapping(String pluginKey, String themeKey) {
return new ColorThemeSemanticHighlightingMapping(pluginKey, themeKey);
}