Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing UI color in Eclipse

I'm aware of color themes for Eclipse: I've used it to change most of the editor colors, and that's great.

But that wasn't enough, there's still too much white. How to change it? (It hurts my eyes.)

I've searched in the preferences (both using Eclipse itself and editing the files) for instances of white (255,255,255) and changed them all. Looks like I'm missing something.

like image 688
o0'. Avatar asked Mar 13 '10 16:03

o0'.


People also ask

How do I change to dark theme in Eclipse?

If you want to join this club, simply type "Dark" into the Quick Access box and press enter. This brings you to the correct preference page. Select Dark, press Apply and Close (and restart your IDE to fully apply the theme).

How do I use color themes in Eclipse?

Eclipse Color Theme makes it possible to switch color themes conveniently and without side effects. After the installation, go to Window→Preferences→General→Appereance->Color Theme to change the color theme.

How do I customize colors and Fonts in Eclipse preferences?

More color and font options can be configured by opening the preferences page, accessed from Window | Preferences, and selecting: General | Appearance | Colors and Fonts.


Video Answer


2 Answers

Each time you see white or gray color, this is more than likely related to OS system colors.

In other word, to truly have an Eclipse full dark theme, you need first to have a dark theme for your OS, and then your Eclipse will follow.

Here is an example on a Windows7, modifying just one parameter:

alt text http://img92.imageshack.us/img92/5053/eclipsered.png

like image 194
VonC Avatar answered Oct 20 '22 21:10

VonC


Probably not the answer you're looking for, but the IntelliJ community edition is an excellent free IDE and is very easy to use. The background colours can be set and changed to many colours. There are also a number of free plugins which can customize backgrounds and the look and feel. Well worth a look if you don't find exactly what you're looking for with Eclipse.

like image 27
Wiretap Avatar answered Oct 20 '22 20:10

Wiretap