UNPKG

hermit

Version:

Prints html in the terminal using colors and simple layout to reflect the document structure.

14 lines (12 loc) 257 B
module.exports = { h1 : 'bgYellow blue' , h2 : 'bgGreen blue' , h3 : 'underline green' , h4 : 'underline' , h5 : 'underline brightBlack' , a : 'underline brightBlue' , code: 'bgBlack white' , parent : { li: 'brightBlack' } };