HowCanIChangeTheGreenBackgroundColorForPhpCodeItIsTooDarkForMyEyes
How can I change the green background color for PHP code
This issues is under discussion. Unfortunately, in the current version, there is no way to change the background color through the user interface. However, you can change the color in the source code: it is hard coded in the org.netbeans.modules.languages.php.PhpBlockContaniner class (<nb_cvs_root>\scripting\php\editing\src\org\netbeans\modules\languages\php\HighlightFactory.java) as private static final Color BACKGROUND_COLOR = new Color( 0xd8, 0xee, 0xd2)

