UNPKG

xeira

Version:

One Web Dev stack tool to rule them all

32 lines (28 loc) 523 B
import { red_bold, green, yellow_light, blue, magenta, magenta_bold, cyan_light, white_bold, gray_light, gray_italic } from 'tinguir' const cxeira= blue const ctitle= cyan_light const ccmd= magenta_bold const coption_name= magenta const coption_value= white_bold const cexample= gray_light const cfilename= gray_italic const cok = green const cwarn = yellow_light const cerror =red_bold export { cxeira, ctitle, ccmd, coption_name, coption_value, cexample, cfilename, cok, cwarn, cerror }