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
- Host: GitHub
- URL: https://github.com/crewdevio/colors_terminal
- Owner: crewdevio
- License: mit
- Created: 2020-09-19T18:05:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T18:38:19.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T00:44:19.557Z (over 1 year ago)
- Topics: console, dart, dart-library
- Language: Dart
- Homepage: https://pub.dev/packages/colors_terminal/install
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)