InsaneMiner / cli-colours

Color library written in c++. It allows you to have colours in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-colours

I have writtin a basic library that allows you to print coloured text to the screen. c++

#include <iostream>
#include "colours.h"

int main(){
    cout << fg.green << "hello world in green text" << cl.reset << endl;  
}

Output: hello world in green text

the output will be green but i cant get green text in my readme.md file

About

Color library written in c++. It allows you to have colours in your terminal


Languages

Language:C++ 100.0%