How to change Visual Studio 2012 Razor colors

code-formatting, razor, visual-studio-2012

Solution

Optional: Install the color theme editor: http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05

In the theme editor or Tools > Options > Environment > Fonts and Colors

Search for: 'HTML Server-Side Script' to edit the foreground & background of `@` and other tags.

Search for: 'Razor Code' to edit the background of the Razor code.

Problem

I would like to change the yellow background color of the Razor tags in VS12.

Original source

Related problems