Skip to content
Snippets Groups Projects
Commit e15271dc authored by michael.minelli's avatar michael.minelli
Browse files

Style => Add a style for categories

parent dccf8d3c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ import chalk from 'chalk';
class Style {
public readonly APP_NAME = chalk.bgBlue.black.bold;
public readonly CAT_INFO = chalk.magenta;
public readonly INFO = chalk.blue;
public readonly ERROR = chalk.red;
public readonly SUCCESS = chalk.green;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment