SmartThingsCommunity / generator-smartthings

Yeoman generator to bootstrap a SmartThings Cloud SDK-based app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some text is hard to read in certain backgrounds

erodewald opened this issue · comments

Because we are using chalk, the text color is determined by us and not necessarily the user's terminal. It might be best to avoid colorizing too much text especially when it's critical to the user. Instead we can leverage font stylings like .bold(), italic(), etc.