feat: Pink for console text

This commit is contained in:
MoonLeeeaf
2024-07-10 23:12:00 +08:00
parent 410fa1439d
commit afcec52b79

View File

@@ -7,6 +7,7 @@
module.exports = { module.exports = {
none: "\033[0m", none: "\033[0m",
red: "\033[1;31m", red: "\033[1;31m",
pink: "\033[1;35m",
green: "\033[1;32m", green: "\033[1;32m",
yellow: "\033[1;33m", yellow: "\033[1;33m",
blue: "\033[1;34m", blue: "\033[1;34m",