Skip to content

Commit 9fc1ba2

Browse files
committed
Indicate where to find more styles
1 parent 3688215 commit 9fc1ba2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/chalk.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use strict';
22
const supportsColor = require('./supports-color');
33

4+
// Find more colors/styles in
5+
// https://github.com/chalk/ansi-styles/blob/main/index.js
46
const colors = {
57
blue: { open: '\x1B[34m', close: '\x1B[39m' },
68
red: { open: '\x1B[31m', close: '\x1B[39m' },

0 commit comments

Comments
 (0)