views:

13509

answers:

4

I have been trying to change the background color of eclipses windows to black and customize the font colors. There doesn't seem to be a way to do this at least not an obvious way. I am using version 3.3.

Does anyone know how to do this or of any plugin's that might be able to assist in doing this?

A: 

If you go to Windows, Preferences then select General, Editors, Text editors, you can set colors on that property page (and there's a link for setting MORE colors - General, Appearance, Colors and fonts).

That's with an Eclipse 3.3 build anyway.

paxdiablo
A: 

In Windows or Mac, you can find this setting under the General->Editors->Text Editors menu.

Paul Wicks
+15  A: 

To change background colour:

  1. Open Windows>Preferences>Editors>Text Editors
  2. Browse Appearance color options
  3. Select background color options, uncheck default, change to black
  4. Select background color options, uncheck default, change to colour of choice

To Change Text colours

  1. Open Java>Editor>Syntax Colouring
  2. Select element from Java
  3. Change colour
  4. List item

To change Java editor Font

  1. Open Windows>Preferences>General>Appearance>Colors and Fonts
  2. Select Java>Java Editor Text font from list
  3. Click on change and select font
Craig Angus
Thankyou, this works well for the java editor. I was looking for more of a blanket change though, to everything.
Abarax
To make this a blanket change, you'll want to select `Basic>Text Font` instead of `Java>Java Editor Text`. Then you'll want to restart Eclipse. Also, make sure to reset `Java>Java Editor Text` so that it will use the new default.
Chris
+3  A: 

Background color of views (navigator, console, tasks etc) is set according to the desktop (system) settings. On Linux/GNome I changed System/Preferences/Appeareance to change this color.

Editor colors are set chaotically by different editors, search for background in eclipse preferences to find different options. One easy way to get beautiful dark (and not only dark) themes is to install Afae plugin, and then pick theme within its preferences (twilight theme is beautiful, for example) - again, eclipse prefs, Afae group. Of course this applies only when you edit with Afae.

+1 for Afae plugin.
ebynum