I'm working on a TextMate like color scheme for NetBeans (twilight), I'm almost done, there's only one thing left: I can't set the html attributes highlighting.
As you can see normal attributes are okay, but the ID and CLASS attributes are highlighted with this ugly greenish color. How can I fix that?
Update
Here's the link to the theme.
id
and class
attributes are special, because they are used in css, so if you have stylesheet in your project with #wrong
declaration, you can ctrl + click value of id/class attribute and you will be redirected to style declaration for this element.
To change it : Options -> Fonts & Colors -> Select your theme -> Syntax Tab -> Language: Cascading Style Sheet -> Category: Mark Occurrences
This answer on Netbeans forum fixed it for me. http://forums.netbeans.org/post-91949.html#91949
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With