Home > Blockchain >  How to edit the highlight color in PyCharm of a tag?
How to edit the highlight color in PyCharm of a tag?

Time:09-22

I am using PyCharm to edit a XML file, and the highlight color of the tag is pretty uncomfortable. The code is like:

<DumpRoot>

</DumpRoot>

And the effect is like:

this

How do I configure PyCharm so that I can change the color?

CodePudding user response:

See the documentation IDE settings page

  • Related