Ability to configure the colours used by nx run-many (to avoid red) #19901
Labels
community
This is a good first issue for contributing
scope: core
core nx functionality
type: feature
Description
When calling
nx run-many
it helpfully shows each project script in a different colour. It would be good if we could configure the colours this uses - or at the very least disable red from being used.Motivation
Red is the colour associated with errors - whenever I see this in my console I immediately think there is a problem. This unnecessarily grabs my attention when nx has chosen to use red to colour-code one of my projects:
Suggested Implementation
Give the option to define a list of colours, or even colours for each specific project so it's consistent on different machines.
Alternate Implementations
Option to disable red colours from being used.
The text was updated successfully, but these errors were encountered: