fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
451 stars 39 forks source link

Fix text colors for React/JSX #82

Closed lucascurti closed 1 year ago

lucascurti commented 1 year ago

Currently, meta.jsx.children is using a color that makes it look like a comment. This PR fixes text colors for React (jsx) by matching the same colors that are being used for HTML.

Light Before

image

Light After

image

Dark Before

image

Dark After

image

fisheva commented 1 year ago

Sorry for reply late. The color of meta.jsx.children is deliberately set like this, in order to distinguish it from the variable color in JSX.