import * as col from './termcolor.js' export default { deleted: col.red, var: col.red, err: col.red, kwd: col.red, num: col.yellow, class: col.yellow, cmnt: col.gray, insert: col.green, str: col.green, bool: col.cyan, type: col.blue, oper: col.blue, section: col.magenta, func: col.magenta }