Error messages

When will one of the developers realise that error messages with red type on a black background are very difficult to read?

Could it be made to be red type on a yellow background or just plain white background?

You can change the colors to anything you like. Open the file lib/theme/theme.txt inside your Arduino IDE installation folder. The console background color can be changed by editing the line:

console.color = #000000

The console text color:

console.output.color = #eeeeee

The console error text color:

console.error.color = #E34C00

You can get the hex codes for any color from HTML Color Picker or many other websites and applications.

After editing save the file and restart the Arduino IDE.

I agree aerospec...well in principle anyway as I've never seen any error messages when programming :slight_smile: