2011-06-07 63 views
0

我正在使用helios。
这里是我的plugin.xml:为什么eclipse-rcp主题颜色重写不起作用?

<extension 
     point="org.eclipse.ui.themes"> 
     <theme 
      id="de.spiritlink.custom.ui.theme" 
      name="Custom Theme"> 
     <colorOverride 
       id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_END" 
       value="255,0,0"> 
     </colorOverride> 
     <colorOverride 
       id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_START" 
       value="0,255,0"> 
     </colorOverride> 
     </theme> 
    </extension> 

回答

0

你确定你已经设定主题,你在运行系统中定义的?

+0

如何设置主题?运行系统中的 – CaiNiaoCoder 2011-06-15 03:23:13

+0

,打开首选项,常规/外观。你可以选择主题实例。您还可以通过为RCP提供默认首选项来设置默认主题。 – jeeeyul 2011-06-15 09:37:42

相关问题