diff --git a/lib/utils.js b/lib/utils.js index 41276ce..fcaec1e 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -213,10 +213,7 @@ const utils = { * @returns */ rainbow(msg) { - const - colors = ['red', 'yellow', 'green', 'cyan', 'blue', 'magenta'], - colorsCount = colors.length; - this.proPrint(msg.map(it => it.split('').map((l, i) => chalk[colors[i % colorsCount]](l)).join('')), '\n') + this.proPrint(msg.map(it => it.split('').map(l => chalk.hex("#89cff0")(l)).join('')), '\n') }, /** * @param {number} done