I'm running Rails 7 via foreman with a Procfile with the bin/dev
command.
The Procfile looks very simple:
web: bin/rails s
js: yarn run:js
css: yarn run:css
You can see the outputted colors below:
I was wondering how do I define and change these output colours on the left hand side in the console? I'd like to change the js from yellow as it looks a bit like a warning to me. The rest of the text on the right is the normal white and that's very helpful. Just want to change the left hand colors somewhere.
I've had a look in quite a few places and can't seem to find the settings or flag for this anywhere.