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

https://github.com/crewdevio/colors_terminal

a tiny library to print colors for console in dart
https://github.com/crewdevio/colors_terminal

console dart dart-library

Last synced: 6 months ago
JSON representation

a tiny library to print colors for console in dart

Awesome Lists containing this project

README

          

# Colors terminal a tiny library to print colors for console in dart

Colors terminal use ansi code to print colors

### 8 bits colors

- red
- black
- green
- yellow
- blue
- magenta
- cyan
- white

### 16 bits colors

- brightBlack
- brightRed
- brightGreen
- brightYellow
- brightBlue
- brightMagenta
- brightCyan
- brightWhite

#### Background Colors

- backgroundBlack
- backgroundRed
- backgroundGreen
- backgroundYellow
- backgroundBlue
- backgroundMagenta
- backgroundCyan
- backgroundWhite

- backgroundBrightBlack
- backgroundBrightRed
- backgroundBrightGreen
- backgroundBrightYellow
- backgroundBrightBlue
- backgroundBrightMagenta
- backgroundBrightCyan
- backgroundBrightWhite

### text decoration

- bold
- underline
- reversed

### ANSI 256 color text

- color256
> **more info**: [link](https://jonasjacek.github.io/colors/)