Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove grey highlighting of xml tags in Intellij IDEA?

In IntelliJ IDEA the XML is highlighted with grey background:

enter image description here

Is there any way to remove it?

like image 628
Max Koretskyi Avatar asked Dec 24 '22 19:12

Max Koretskyi


1 Answers

Go to Settings/Editor/Colors and Fonts/Language Defaults, select Markup Tag in the list and uncheck Background.

enter image description here

You might need to save the color scheme using Save As first, because you can't modify the default color scheme.

like image 91
Bohuslav Burghardt Avatar answered Dec 30 '22 18:12

Bohuslav Burghardt