How to use the underline function from colors
Find comprehensive JavaScript colors.underline code examples handpicked from public code repositorys.
108 109 110 111 112 113 114 115 116 117
const tabContainerSettings = { screen, tabSeperator: ' | ', activeColorFunc: colors.bgBrightBlue.black, dirtyColorFunc: colors.underline } const tabContainerA = BlessedTabContainer({ ...tabContainerSettings,
4
3
2
597 598 599 600 601 602 603 604 605 606
if (message.title) { view.appendLine( util.format('%s %s %s', when, author, colors.green(message.title)), originalUrl, message); if (message.userUrl) { view.log(' %s', colors.underline(message.userUrl)); } if (message.text) { message.text.split('\n').forEach(function(line) { view.log(' %s', line);
0
1
1
colors.yellow is the most popular function in colors (76 examples)