How to use the bold function from colors
Find comprehensive JavaScript colors.bold code examples handpicked from public code repositorys.
27 28 29 30 31 32 33 34 35 36 37 38 39
InteractiveController.prototype.start = function() { var view = this.view; view.setModeLine('Connected as %s', colors.bold(this.vox.nick)); view.showHelp( util.format('Welcome, %s!', colors.yellow.bold(this.vox.nick)) + '\n\n' + util.format('To get started, type %s to follow someone, type %s to get help, or type %s to post a message to your stream.', colors.yellow.bold(':follow ' + colors.underline('nickname')), colors.yellow.bold(':help'), colors.yellow.bold("'")));
0
1
1
+ 11 other calls in file
colors.yellow is the most popular function in colors (76 examples)