UNPKG

cleverstack-cli

Version:
16 lines (14 loc) 392 B
var clc = require('cli-color'); module.exports = { sky: clc.cyanBright, green: clc.xterm( 112 ), blue: clc.xterm( 68 ), orange: clc.xterm( 172 ), red: clc.xterm( 1 ), gray: clc.xterm( 7 ), grey: clc.xterm( 7 ), darkGray: clc.xterm( 8 ), darkGrey: clc.xterm( 8 ), lightGreen: clc.xterm( 11 ), lightGray: clc.xterm( 250 ) };