'Change syntax highlighting in NetBeans

I am using sublime color scheme for NetBeans and I really like colors, but there is one thing I don't like and I can't find where to change it. Been through all options in Tools->Options->Font and Colors, and still can't find it.

Here's screenshot:

enter image description here

I want to change that highlight color to something else, since I can't see clear as it is. Theme is from here: http://plugins.netbeans.org/plgin/51424/sublime-theme

Edit: It highlight class/id name when I click it.



Solution 1:[1]

My only problem with that approach was that quoted text in PHP was still invisible when highlighted.

This is what worked for me:

Tools -> Options -> Fonts & Colors -> Higlighting

Then change to fixed (not inherited) foreground and background colors for highlighted text.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 GregAdams