https://github.com/louiml/ansi-colors
https://github.com/louiml/ansi-colors
ansi colors
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louiml/ansi-colors
- Owner: Louiml
- Created: 2022-10-21T12:51:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T19:50:04.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:45:11.857Z (4 months ago)
- Topics: ansi, colors
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`