liviuschera / noctis

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
MIT License
547 stars 66 forks source link

Noctis Azureus: Hover text background difficult to distinguish from body text background #87

Closed zanedp closed 3 months ago

zanedp commented 3 months ago

Very little contrast between the box the hover text is in (editorHoverWidget.background) and the text are background. This can lead to finding the "edge" between the hover text and the code being worked on difficult:

image

image

If you change it to a lighter color, it's much easier to distinguish that it's in a hovering box, distinct from the document background color. Here are a couple of examples of changing it to the same value as menu.background (#09334e): image

image

editorSuggestWidget.background also uses the same color, and you may want to consider changing it to have more contrast as well.