Colores en console.log
2020-12-01T00:00:00.000Z
console.log(”
\x1b[41m \x1b[30m
(๑˃̵ᴗ˂̵)و colores en la consola
\x1b[0m
“)
Frente
Negro = \x1b[30m
Rojo = \x1b[31m
Verde = \x1b[32m
Amarillo = \x1b[33m
Azul = \x1b[34m
Magenta = \x1b[35m
Cian = \x1b[36m
Blanco = \x1b[37m
Fondo
Negro = \x1b[40m
Rojo = \x1b[41m
Verde = \x1b[42m
Amarillo = \x1b[43m
Azul = \x1b[44m
Magenta = \x1b[45m
Cian = \x1b[46m
Blanco = \x1b[47m
Final de línea = \x1b[0m
Otros
Reset = \x1b[0m
Bright = \x1b[1m
Dim = \x1b[2m
Underscore = \x1b[4m
Blink = \x1b[5m
Reverse = \x1b[7m
Hidden = \x1b[8m