jetbrains-theme icon indicating copy to clipboard operation
jetbrains-theme copied to clipboard

Red color in the documentation menu

Open jdelacasapalomino opened this issue 3 years ago • 1 comments

The documentation menu and popup (control+q) have a red background, is this expected?

<!-- codely.xml -->
<option name="DOCUMENTATION_COLOR" value="861414" />

image

image

jdelacasapalomino avatar Oct 20 '22 00:10 jdelacasapalomino

My guess is that this is not on purpose, probably a mistake since it doesn't fit at all with the theme. Can be manually fixed by going into Settings > Editor > Color Scheme > General > Popups and Hints > Documentation > Background. See the image below for reference:

image

The color for the default dark theme is Hex-202124

Before: image

After: image

nicocossiom avatar Jul 03 '24 13:07 nicocossiom