| Author |
Message |
|
|
Post subject: Eclipse themes?
Posted: Apr 09, 2008 - 05:58 PM
|
|
Joined: Apr 09, 2008
Posts: 1
|
|
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
</plugin> |
|
|
| |
|
|
|
 |
|
|
| |