Search code examples
javascriptjquerycolorstagsphpstorm

can't change JS code color from black in PhpStorm


I want to change Javascript code color from black to a more light one in my PhpStorm IDE. I could change other code color but not this one. Here is screenshot from my PhpStorm project showing how JS/jQuery looks right now.

jQuery code sample

I couldnt find any ways to identify what is the name of this variable or function in PhpStorm settings window. There is no black text in it to show what this color belongs to. As you can see below there is no text in black. editor


Solution

  • Solved it. Settings->Editor->Colors&Fonts->Language Defaults click on Identifiers->Default and then select 3 Identifier

    color