4

I've found that setting a dark color theme in Eclipse makes the function tooltips unreadable.

This is probably easiest to describe with a picture: alt text http://img256.imageshack.us/img256/9503/blahi.gif

Any ideas how to fix this?

Chris
  • 39,719
  • 45
  • 189
  • 235
  • No, Eclipse is too retarded to let us change the colour. This is the only reason I ditched Zend Studio. – Kristina Dec 29 '10 at 23:45
  • Hahaha... i love a bit of brutal honesty... – Chris Jan 05 '11 at 00:48
  • I know it's been a while, any updates on newer version of eclipse? – fseto Mar 17 '11 at 03:40
  • Did you try with one of the themes of eclipsecolorthemes? See http://stackoverflow.com/questions/5053834/eclipse-ide-for-java-full-dark-theme/5349143#5349143 – VonC Mar 18 '11 at 07:23
  • 1
    It seems there is an Eclipse feature request for this. If you want it fixed, log in and vote for this bug (add yourself to the CC list) https://bugs.eclipse.org/bugs/show_bug.cgi?id=41867 – Philippe Dec 13 '11 at 23:47

2 Answers2

0

If you are running Eclipse in Ubuntu or other environment where it uses GTK+ themes, you can follow this guide to edit the tooltip and autocomplete colours from outside Eclipse. Not the ideal solution, but it does the trick.

Ezequiel Muns
  • 7,492
  • 33
  • 57
0

The best solution i've found is to leave eclipse in normal bright mode, and use an OS level screen inverter.

On OSX you can do command-shift-8 (i think that's the key combo), inverts the whole screen

on linux with compiz, it's even better, you can do windows-n to darken windows selectively. (or windows-m to do the whole screen)

on windows, the only decent solution i've found is powerstrip, but it's only free for one year.. then it's like $30 or something..

then you can invert the screen, adjust the syntax-level colours to your liking, and you're off to the races, with cool shades on.

cidermonkey
  • 306
  • 1
  • 8