Neither styleText nor chalk solve the problem of showing black charts on a black background. I'm looking around and I'm not seeing a good way to detect and swap programatically. The first solution I found uses exec() and OS detection to run command lines to determine the terminal settings.
You got any tricks up your sleeve?
Neither styleText nor chalk solve the problem of showing black charts on a black background. I'm looking around and I'm not seeing a good way to detect and swap programatically. The first solution I found uses
exec()and OS detection to run command lines to determine the terminal settings.You got any tricks up your sleeve?