eatinasandwich
eatinasandwich

Reputation: 636

WebStorm removing highlight around Angular code in html files

I've been searching through the settings in WebStorm and can't seem to find out how to get rid of the background color for Angular code in my html attributes. The rest of the color scheme seems fine to me but the background just makes everything feel washed out. Example below:

green highlight

Anyone know how to get rid of this?

Edit: Same shot in default theme.

enter image description here

Upvotes: 0

Views: 409

Answers (1)

LazyOne
LazyOne

Reputation: 165148

Considering the screenshot taken with Default color schema .. please check the following:

  1. Settings/Preferences
  2. Editor | Colors & Fonts | General
  3. Code | Injected language fragment

Upvotes: 1

Related Questions