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);
}
Aggregations