Change color of warnings in Console
When a tool produces warnings, these are displayed in the console with the same color as errors: a red font (for both the light and dark modes). Red often implies something bad, but most warnings our tools produce are not bad of itself (an example of a warning is that a declared event is never used in the specification).
So I suggest to change the color of these warning messages to reflect the warning nature of them. For consistency I recommend using the same yellow color as what warnings produce in the editor and Problems windows.