views:

22

answers:

2

I know this isn't a direct programming question but who else besides programmers use netbeans so I figured this would be the best place to ask and actually get an answer. So please don't close the question.

So what I want to get rid of is the sky blue hightlighting that happens to all javascript in netbeans:

http://tinypic.com/r/2q8okxu/7

A: 

Tools -> Options -> Fonts and Colors -> Syntax [Category : keywords] Select Foreground: black.

Added: Javascript embedded in html / php Syntax [ Language : HTML ] Select "Javscript Embedded in HTML" Select Background: inherited.

Captain Giraffe
nope, blue background highlight is still there :(
Ricky
by the way I'm not talking about keyword colors for "var". "function", etc. but the main blue background color appearing behind all js code
Ricky
Edited my answer.
Captain Giraffe
A: 

Look for a "reserved keywords" or "keywords" setting in NetBean's syntax highlighting options.

ThiefMaster