CodelyTV / jetbrains-theme

🎨 A modern, productivity-increaser theme for all JetBrains IDEs
https://plugins.jetbrains.com/plugin/12891-codelytv-theme/
MIT License
135 stars 21 forks source link

Red color in the documentation menu #40

Open jdelacasapalomino opened 1 year ago

jdelacasapalomino commented 1 year ago

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

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

image

image

nicocossiom commented 2 months ago

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