Nue.js applies colors to the console output in the CLI using ANSI escape codes.
The log function in cli.js file prints console output with colors.
The colors function in util.js file defines various color codes for console output.
Nue.js is an open-source project that uses its own implementation of colors in the CLI, in contrast to other projects that use external packages such as Picocolors or chalk.