An open API service indexing awesome lists of open source software.

https://github.com/louiml/ansi-colors


https://github.com/louiml/ansi-colors

ansi colors

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ANSI Colors
### Reset = `\u001b[0m`
#
### Black = `\u001b[30m`
### Red = `\u001b[31m`
### Green = `\u001b[32m`
### Yellow = `\u001b[33m`
### Blue = `\u001b[34m`
### Magenta = `\u001b[35m`
### Cyan = `\u001b[36m`
### White = `\u001b[37m`
#
### Bright_Black = `\u001b[30;1m`
### Bright_Red = `\u001b[31;1m`
### Bright_Green = `\u001b[32;1m`
### Bright_Yellow = `\u001b[33;1m`
### Bright_Blue = `\u001b[34;1m`
### Bright_Magenta = `\u001b[35;1m`
### Bright_Cyan = `\u001b[36;1m`
### Bright_White = `\u001b[37;1m`
#
### BackGround_Black = `\u001b[40m`
### BackGround_Red = `\u001b[41m`
### BackGround_Green = `\u001b[42m`
### BackGround_Yellow = `\u001b[43m`
### BackGround_Blue = `\u001b[44m`
### BackGround_Magenta = `\u001b[45m`
### BackGround_Cyan = `\u001b[46m`
### BackGround_White = `\u001b[47m`
#
### Bright_BackGround_Black = `\u001b[40;1m`
### Bright_BackGround_Red = `\u001b[41;1m`
### Bright_BackGround_Green = `\u001b[42;1m`
### Bright_BackGround_Yellow = `\u001b[43;1m`
### Bright_BackGround_Blue = `\u001b[44;1m`
### Bright_BackGround_Magenta = `\u001b[45;1m`
### Bright_BackGround_Cyan = `\u001b[46;1m`
### Bright_BackGround_White = `\u001b[47;1m`
# Fonts
### Underline = `\u001b[3m`