Say I do something like ``` bar = new ProgressBar(':current/:total :bar :percent :elapseds', { total: files.length, complete: red, }); ``` And then once I'm done, I'd run something like `bar.update({ complete: green });`, which re-renders the bar, but doesn't change the color. Am I missing something, or is this not supported?