6

I just added "Eclipse Color Themes" to my Eclipse UI and I am able to change text editing.

Is there a way to change the whole Eclipse UI (Project Explorer, Console, Problems, etc... )? Not just text editing window.

Tobias Kienzler
  • 25,759
  • 22
  • 127
  • 221
Pepe
  • 213
  • 1
  • 5
  • 17

1 Answers1

1

With that Plugin, no.

The IDE colors for views and menus follows the standarts for your OS, as mentioned in How do I change the background color of the Navigator view in eclipse?

-- EDIT 2

I've found something kinda promising, even though i haven't tested it. Check this out: http://personales.ya.com/nimrod/screenshots-en.html

-- EDIT 1

How to change Console's color scheme manually:

enter image description here

How to change the Tab panel color scheme manually:

enter image description here

Community
  • 1
  • 1
everton
  • 7,579
  • 2
  • 29
  • 42
  • I got it - many thanks! Is there plugin for this (to change the coloring of whole UI)? By hand only? – Pepe Dec 12 '11 at 11:19
  • I don't think so. There are some few things you can customize, like Tab's and Console's scheme color (see the images in the update). – everton Dec 12 '11 at 11:33
  • It seems working with JAVA but how about CDT (coloring, syntax highlighting)? – Pepe Dec 12 '11 at 12:48
  • You mean the NIMROD project? Since the UI from Eclipse is Java/SWT, the plugin changes the Eclipse scheme itself... Have a look at the last screenshots from the page I shared. – everton Dec 12 '11 at 12:59
  • Have you found the answer you looked for? – everton Dec 15 '11 at 20:22
  • 1
    Just for the record, EOS plugin (to use Nimrod) doesn't work with Eclipse Juno anymore. – gabriel_agm May 15 '13 at 17:19
  • The link for edit 2 appears to be dead. Does anyone have the content stored anywhere? – maguirre Apr 22 '15 at 17:01