Search in sources :

Example 1 with IThemeManager

use of org.eclipse.ui.themes.IThemeManager in project dbeaver by serge-rider.

the class PlainTextPresentation method applyThemeSettings.

private void applyThemeSettings() {
    IThemeManager themeManager = controller.getSite().getWorkbenchWindow().getWorkbench().getThemeManager();
    curLineColor = themeManager.getCurrentTheme().getColorRegistry().get(ThemeConstants.COLOR_SQL_RESULT_CELL_ODD_BACK);
}
Also used : IThemeManager(org.eclipse.ui.themes.IThemeManager)

Aggregations

IThemeManager (org.eclipse.ui.themes.IThemeManager)1