On Tuesday, 27 June 2017 at 18:42:45 UTC, Vladimir Panteleev
wrote:
On Tuesday, 27 June 2017 at 18:41:00 UTC, Random D user wrote:
What ever you do, please don't use extreme high intensity
colors like red(255,0,0), green (0,255,0) or blue (0,0,255).
That's up to the terminal (or your configuration of it).
Without making many assumptions, console applications are
limited to 16 symbolic colors, with their exact values
depending on the OS/terminal/configuration.
Right. I should've known that.
I guess I don't really use cmd prompt or bash much these days.
I'm pretty much always on windows and using Visual Studio for D,
C/C++ and others with custom color plugin for errors. And GUI
everywhere :).