Bug 226139

Summary: [Themes] WorkbenchThemeManager should allow to specify custom high contrast theme
Product: [Eclipse Project] Platform Reporter: Hiroyuki Okamoto <hokamoto>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: emoffatt, pwebster, raji
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Hiroyuki Okamoto CLA 2008-04-08 11:09:49 EDT
Build ID: 3.4 M4

Steps To Reproduce:
Currently WorkbenchThemeManager constructor has a hard coded theme for high contrast mode like this:
 
    if (highContrast[0])
        themeId = SYSTEM_DEFAULT_THEME;

For the rcp application, Eclipse should have a pref to specify a theme for the high contrast mode.

More information:
see bug 215839
Comment 1 Boris Bokowski CLA 2009-11-17 11:33:20 EST
Susan is now responsible for watching the [Themes] category.