Reputation: 322
In PHPStorm, when you select a variable name in Javascript, it highlights all the other occurrences of that variable with a light background. How do you change the color of this background?
Upvotes: 2
Views: 652
Reputation: 1622
It's in Settings (Win/Linux) or Preferences (Mac) then
Editor/Colors & Fonts/General/Identifier under caret.
There you can set various options, like Foreground, Background, Error Stripe Mark and, probably what is of your interest the most, Effects.
Upvotes: 5