148149150151152153154155156
return imageDescriptorFromPlugin(getPluginId(), path); } public static ISharedTextColors getSharedTextColors() { if (sharedTextColors == null) { sharedTextColors = new SharedTextColors(); } return sharedTextColors; }