sdras / night-owl-vscode-theme

🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
https://aka.ms/nightowl
MIT License
2.81k stars 242 forks source link

React Components not displayed in orange color on MacOS #295

Closed Marko721 closed 3 years ago

Marko721 commented 3 years ago

Mac: mac Windows: windows

Raj2631 commented 3 years ago

Hey there, I have a similar issue(I use windows though)! The color of the component in JSX is same as the green in props, also the color when you destructure props has changed as well. And the color for object's property has changed as well. Screenshots below ⬇ image image

Edit:

Apparently the babel extension was overriding those colors, disabling this worked out for me. image

Marko721 commented 3 years ago

Indeed the babel extension was the problem. Thank you