I\'m using Expression theme in Visual Studio 2010 Ultimate on Windows 7 operating system. (Note: Actually, I\'m not sure this prob
You should be able to change the text background for Razor code by:
Tools -> Options),Fonts and Colors" (Under Environment in the treeview at left)Text Editor" (if that isn't the value already),Razor Code" from the "Display Items" listbox, andOK" to apply the change.There's also an "HTML Server-Side Script" setting that controls the background color of the Razor code delimiters (the @ expression and similar expressions that mark the beginnings of code blocks.)
HTH,
Clay