Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/colors/examples/safe-string.js')
-rw-r--r--node_modules/colors/examples/safe-string.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/colors/examples/safe-string.js b/node_modules/colors/examples/safe-string.js
index 989948735..5bc0168e3 100644
--- a/node_modules/colors/examples/safe-string.js
+++ b/node_modules/colors/examples/safe-string.js
@@ -28,6 +28,8 @@ console.log(colors.black.bgWhite('Background color attack!'));
console.log(colors.random('Use random styles on everything!'));
console.log(colors.america('America, Heck Yeah!'));
+console.log(colors.brightCyan('Blindingly ') + colors.brightRed('bright? ') + colors.brightYellow('Why ') + colors.brightGreen('not?!'));
+
console.log('Setting themes is useful');
//