i want to change jquery selector syntax coloring from this:
to this:
but doesn't know where should i apply this change in color scheme setting of intellij idea, i checked all settings of JavaScript.
IDEA auto-injects CSS in JQuery calls, so "#input"
is highlighted according to Settings | Editor | Color Scheme | CSS | Id selector preferences (just as @Rishikesh Sharat mentioned in his answer).
A hint: to find color settings for current element, put cursor on it, then in Help | Find action... enter Jump to colors and fonts. You can check what shortcut is assigned to this action in Settings | Keymap | Other