Plugins (1083)


Training and Consulting (44)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 540
Comments: 0

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
fatzeus
Post subject: Eclipse themes?  PostPosted: 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 Sad
</plugin>
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits