Searched refs:resolveThemeColor (Results 1 – 1 of 1) sorted by relevance
391 background = resolveThemeColor(resources, "windowBackground"); //$NON-NLS-1$ in getColorsFromTheme()402 foreground = resolveThemeColor(resources, "textColorPrimary"); //$NON-NLS-1$ in getColorsFromTheme()455 private static RGB resolveThemeColor(ResourceResolver resources, String resourceName) { in resolveThemeColor() method in PreviewIconFactory