Eclipse dark theme content assist unreadable
Asked Answered
P

4

7

I'm using Eclipse CDT 4.5.2 with Eclipse Color Theme installed on Windows 7. The problem is that when I use the "Sublime Text 2" theme from Eclipse Color Theme the first item in content assist (Ctrl-Space menu) is unreadable like that. Is there any way I could change specifically that color without changing the overall theme?

Pomade answered 31/3, 2016 at 19:36 Comment(0)
L
9

Devstyle has Darkest Dark and Deep Black themes which really improve the dark eclipse themes. The default themes are tailored to ensure that all the colors look great. You can get from Eclipse marketplace: https://marketplace.eclipse.org/content/darkest-dark-theme-devstyle

Darkest Dark

Deep Dark

Luff answered 10/8, 2018 at 16:28 Comment(0)
P
6

Change the color setting in "Window->Preferences->General->Color and Theme->Content Assistant foreground color", then apply it. enter image description here

Porbeagle answered 1/11, 2016 at 7:7 Comment(1)
Thank you for the response. I had already tried that with no result. It turns out that to change these colors in the C/C++ version of Eclipse you have to go to Window->Preferences->C/C++->Editor and change Completion proposal foreground/background.Pomade
T
0

seems an uncorrected bug. still reproducted on eclipse : Version: 2019-06 (4.12.0) Build id: 20190614-1200 https://bugs.eclipse.org/bugs/show_bug.cgi?id=483225

Troostite answered 13/9, 2019 at 11:33 Comment(0)
S
0

Another potentially helpful setting for a C/C++ project, Window->Preferences->Editors->Text Editors->Annotations. From there I changed C/C++ Occurrences as well as C/C++ Write Occurrences. Changing this to a darker color was a huge improvement.

Stercoraceous answered 5/1, 2022 at 23:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.