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

https://github.com/krishnamodepalli/colors.h

A simple header-only library for coloured text output onto the terminal console
https://github.com/krishnamodepalli/colors.h

Last synced: 3 months ago
JSON representation

A simple header-only library for coloured text output onto the terminal console

Awesome Lists containing this project

README

        

# *Colors* in cpp

This is a simple header only cpp programmed api to log messages to console
with colors and more. Mostly all the terminals now-a-days can use and
show colors unlike the MS-DOS old-aged computers. Almost all the linux
distro's from the starting have been supporting the colored output on
the terminal. This api provides simple coloring of the text in all the
basic available colors to the console.

### Which colors:
The following colors are available in this api. See more at docs for
documentation.

- Red
- Green
- Yellow
- Blue
- Magenta
- Cyan

## TODO:
- [X] Add other manipulation like underlines and bold text