Eclipse Plugin Central

Plugin Design - Eclipse themes?

fatzeus - Apr 09, 2008 - 05:58 PM
Post subject: Eclipse themes?
Hi, i was trying to change the colors in eclipse (backgroud,foreground,and so on).
I don't like to change the values individual under preferences, but i see that there is a them option. Unfortunately there isn't any add Theme.

I figure out that i can create a new plugin with a theme extension and i can be into the theme list.
The problem is how change the colors from my plugin?

I've tried something like this :
<plugin>
<extension point="org.eclipse.ui.themes">
<theme id="myTheme" name="myTheme">
<colorOverride id="org.eclipse.ui.editors.backgroundColor" value="COLOR_CYAN"/>
<colorOverride id="org.eclipse.ui.editors.foregroundColor" value="COLOR_MAGENTA"/>
</theme>
</extension>


but with no results Sad
</plugin>
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits