Also, from https://github.com/processing/processing4/wiki/Themes:
Processing 4 will have a new set of colors and overall design. The 4.0 alpha 6 has a new set of colors that are not final, but like the rest of the code in the alpha releases, we’re testing things out as we go. You can track progress of the UI design and other theming improvements here.
If you’d like to change the colors, you can specify your own by making a copy of
theme.txtand placing it in your sketchbook folder. To findtheme.txt:
- On macOS, right-click Processing.app and select Show Package Contents . Then navigate to Contents → Java → lib, and copy the
 theme.txtfile to your sketchbook.- On Windows and Linux,
 theme.txtcan be found in thelibfolder that’s part of the Processing download.Be sure to copy , not move the
theme.txtfile. After making changes, restart Processing.Starting with 4.0 alpha 6, all colors (and most fonts) are specified in the
theme.txtfile. This is a shift from Processing 3, which had some entries stored inpreferences.txtand others intheme.txt.