Home > Back-end >  How to change the color of braces in JSX & TSX in Intellij 2022.3
How to change the color of braces in JSX & TSX in Intellij 2022.3

Time:12-06

I just updated to version 2022.3 of Intellij Ultimate, and the color for braces in jsx/tsx code blocks has turned to yellow, but I want to revert it to the original color.enter image description hereIn this image, the curly braces around the values for the props are yellow but they should be the same color as the text for the prop names "isOpen" & "toggle"

I looked through the color settings for relevant languages but could not find anything that sounded like it would be the correct setting to change.

CodePudding user response:

Try editing Settings | Editor | Color Scheme | XML, Tag foreground color

  • Related