rogerdudler / eclipse-ui-themes

Dark UI Theme for Eclipse 4+
http://rogerdudler.github.com/eclipse-ui-themes/
Eclipse Public License 1.0
319 stars 106 forks source link

Outline View #20

Open federicosacerdoti opened 11 years ago

federicosacerdoti commented 11 years ago

Great theme. I have a small issue: The text foreground in the C/C++ outline view is unreadable, see screenshot. I installed the "E4 CSS Editor" and tried adding definitions for

org-eclipse-jdt-ui-ContentOutline

org-eclipse-ui-views-ContentOutline

But neither help. Do you know the right one for this? Would be a big help.

Thanks, FDS ![Uploading light-outline.png . . .]()

federicosacerdoti commented 11 years ago

Sorry, had a problem uploading image (firewall issue)

federicosacerdoti commented 11 years ago

Fixed, seems I needed to restart. This is what I added.

org-eclipse-jdt-ui-ContentOutline {

background-color: #333; color: #FFF; }

The screenshot of the "before" colors:

light-outline

federicosacerdoti commented 11 years ago

Hmm, seems to still happen occasionally. Perhaps I still need help.