}
private void initResources() {
/* Colors */
OSTheme osTheme = OwlUI.getOSTheme(getParentShell().getDisplay());
switch (osTheme) {
case WINDOWS_BLUE:
fPopupBorderColor = OwlUI.getColor(fResources, new RGB(125, 177, 251));
fPopupOuterCircleColor = OwlUI.getColor(fResources, new RGB(73, 135, 234));
break;