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

TextStyle => Add some styles

parent 4b391e1b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,9 @@ class TextStyle { ...@@ -5,7 +5,9 @@ class TextStyle {
public readonly BLOCK = chalk.cyan; public readonly BLOCK = chalk.cyan;
public readonly CODE = chalk.bgHex('F7F7F7').grey.italic; public readonly CODE = chalk.bgHex('F7F7F7').grey.italic;
public readonly LIST_ITEM_NAME = chalk.magenta; public readonly LIST_ITEM_NAME = chalk.magenta;
public readonly LIST_SUBITEM_NAME = chalk.green;
public readonly QUESTION = chalk.greenBright; public readonly QUESTION = chalk.greenBright;
public readonly TIPS = chalk.blueBright;
public readonly URL = chalk.blue.underline; public readonly URL = chalk.blue.underline;
public readonly WARNING = chalk.red; public readonly WARNING = chalk.red;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment