Search code examples
razorblazorrider

How can I remove the "highlighting" in a razor file in Intellij Rider?


Is there a way to disable the @code highlighting for razor files?

enter image description here


Solution

  • This is just a color scheme preference, that you can easily change in the settings, by disabling Background in:

    Editor/Color Scheme/ASP.NET/Razor/Code Block

    enter image description here