Color on the Terminal (NodeJS)
N
Nimbus321
I used to use colors on the terminal, but since the terminal's redesign when I try to use the colors it only gets black. To change the color I use ANSI Color Codes, you can check github.com/nimbus321/TerminalColorCodes
To use the colors you just need to put a string before the text for the ANSI color code that you want. For exaple, "\x1b[38;2;85;255;85m" is light green.
Log In