12

Darcula and I are struggling to come to terms. Legibility is poor overall but some things I just have to change:

screenshot

In this code completion suggestion menu, the selected item is not legible.

Where in the preferences or preferences XML file is the background color of the selected item text set?

Charles
  • 50,943
  • 13
  • 104
  • 142
  • That could be a system-specific configuration setting. What OS are you running this on? – Makoto Mar 19 '13 at 19:19
  • @Makoto osx. where are the system-specific configuration settings located? –  Mar 21 '13 at 13:12

4 Answers4

10

You can find the option to change the color of the code auto completion window from the following place.

Open your settings > Editor > Color Scheme > General > Popups and Hints > Completion.

Note: you may also search for the keyword completion in the settings page to find the option fast.

Then adjust the background color and click apply.

You can check the screenshot for a visual reference.

enter image description here

Kamal Ahmed
  • 233
  • 3
  • 9
2

I fixed this 3 days ago. http://youtrack.jetbrains.com/issue/IDEA-103104 Now it looks like this idea completion http://img32.imageshack.us/img32/6516/ss20130319202811.png

0

I solved this probleme by downloading a new INTELLIJ THEME named Gradianto and it works nice,

Gradianto allows you to chose beetween 3 darcula theme once it's installed in your intellij, and all of this theme will highlight the selected item clearly with code completion.

Yous install the theme with : IntellijIDEA --> Preferences --> Plugins --> And you search and install Gradianto theme

Here is the youtube tutoriel where i see it: https://www.youtube.com/watch?v=NsZZm5f5JD0

Hope that will help

Thanks

MomsBoy
  • 46
  • 2
-1

I got a nice answer to your question.

This is link : java - Changing the font colour in IDEA code-completion window - Stack Overflow

You just need unable this option : 

[ 
Settings —— Editor —— Code Completion 
—— Insert selected variant by typing dot , space ,etc . 
]

No doubt of it , it works very well for me !
Lancer.Yan
  • 857
  • 13
  • 10