You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to modify the color of complete , for example
bar = new ProgressBar(':current/:total :bar :percent :elapseds', {
total: 100,
complete: green,
incomplete: red,
});
then, we can aqurie more informations about the color change of complete.
I tried with
{complete: '\x1b[32m|\x1b[0m', incomplete: '-'}
where|
is the green character, but the result is not good:[||||||[32m|--------------]
The text was updated successfully, but these errors were encountered: