We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3688215 commit 9fc1ba2Copy full SHA for 9fc1ba2
1 file changed
lib/chalk.js
@@ -1,6 +1,8 @@
1
'use strict';
2
const supportsColor = require('./supports-color');
3
4
+// Find more colors/styles in
5
+// https://github.com/chalk/ansi-styles/blob/main/index.js
6
const colors = {
7
blue: { open: '\x1B[34m', close: '\x1B[39m' },
8
red: { open: '\x1B[31m', close: '\x1B[39m' },
0 commit comments