How do I turn off web essentials' razor highlighting?

razor, visual-studio-2013, web-essentials

Solution

I imported the settings of your color schema and got this on one of my cshtml files

Then, I went to: Tools > Options > Environment > Fonts and colors

Looked for "HTML Server Code Block Background" and changed its background color for a dark one.

Accepted changes, reopened the cshtml files and got this instead:

Hope it helps!

Problem

I just installed Web Essentials 2013 for Update 2. Ever since I installed it, the C# in cshtml files is highlighted white. I have a dark theme. So, since the text is also white, it's unreadable. The theme I'm using is here: https://studiostyl.es/schemes/eye-friend I looked in the web essentials section of my options and couldn't find anything pertaining to text highlighting. I'm using Visual Studio 2013 with Update 2 installed. How do I turn off the highlighting?

Original source

Related problems