@dulysse1/better-node
Version:
Improve Node types & add object properties
28 lines (27 loc) • 634 B
JSON
{
"bolded": "\u001B[1m",
"dim": "\u001B[2m",
"italic": "\u001B[3m",
"underline": "\u001B[4m",
"blinked": "\u001B[5m",
"inverse": "\u001B[7m",
"hidden": "\u001B[8m",
"black": "\u001B[30m",
"red": "\u001B[31m",
"green": "\u001B[32m",
"yellow": "\u001B[33m",
"blue": "\u001B[34m",
"magenta": "\u001B[35m",
"cyan": "\u001B[36m",
"white": "\u001B[37m",
"crimson": "\u001B[38m",
"bg_black": "\u001B[40m",
"bg_red": "\u001B[41m",
"bg_green": "\u001B[42m",
"bg_yellow": "\u001B[43m",
"bg_blue": "\u001B[44m",
"bg_magenta": "\u001B[45m",
"bg_cyan": "\u001B[46m",
"bg_white": "\u001B[47m",
"bg_crimson": "\u001B[48m"
}