nb-darcula
nb-darcula copied to clipboard
Closing script tag (</script>) is hard to see in autocomplete in html file
Possible to make the color lighter closing script tag.
http://hg.netbeans.org/main/file/26a46bf0558d/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java#l444 ???
Fixed in #73, but EndTag color is an enum: http://hg.netbeans.org/main/file/26a46bf0558d/html.editor/src/org/netbeans/modules/html/editor/api/completion/HtmlCompletionItem.java#l527
I think it is possible to modify enum constants with reflection but is it worth all the hack ?
maybe rs