Honghe.Wu
Honghe.Wu

Reputation: 6849

Intellij IDEA how to modify the font color in `quick documentation`

Just as the following pic, the red color is a little harsh.

enter image description here

Upvotes: 1

Views: 649

Answers (1)

skomisa
skomisa

Reputation: 17383

Unfortunately I don't think there is any way to customize the presentation of Quick Documentation; you are stuck with whatever the theme provides.

While you can customize the Javadoc colors used in your source (File > Settings... > Editor > Color Scheme > Java > Comments > JavaDoc), that has no effect on the Quick Documentation.

Issue WEB-28147 JSDoc. Documentation features has been raised to address this for JavaScript, specifically requesting Add custom colors and format for the quick doc window. You could raise a similar issue for Java.

As a related matter, issue IDEA-161974 Enabling font choice for code in quick documentation. has been raised to support modifying the font used for Quick Documentation.

Upvotes: 2

Related Questions