module.exports = [
    topic: 'fatal'
    color: 'magenta'
  ,
    topic: 'error'
    color: 'red'
  ,
    topic: 'warning'
    color: 'yellow'
  ,
    topic: 'info'
    color: 'gray'
  ,
    topic: 'debug'
    color: 'blue'
]
