diff --git a/src/utils/logger.ts b/src/utils/logger.ts index a2d9318..0617be0 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -101,7 +101,7 @@ ${process.env.NODE_ENV === 'development' ? message.stack : ''}` ${chalk.gray.italic(`"we do a bit of trolling" - @DarkGuy10`)} ` - console.log(chalk.blue(bannerText)) + console.log(chalk.hex('#a3b9ef')(bannerText)) } }