OutputTheme constructor
const
OutputTheme({})
Implementation
const OutputTheme({
this.success = '\x1B[32m',
this.error = '\x1B[31m',
this.warning = '\x1B[33m',
this.info = '\x1B[36m',
this.muted = '\x1B[90m',
this.highlight = '\x1B[1;37m',
this.code = '\x1B[35m',
this.path = '\x1B[34m',
this.number = '\x1B[33m',
this.reset = '\x1B[0m',
});