Skip to content

A file with ANSI escape colors codes mapped to variables that can be used to color text.

Notifications You must be signed in to change notification settings

Cactical/CppColors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CppColors

This file contains variables with colors that you can use to color your strings when printing them.

Example...

// This will make all the text you print onwards blue,
std::cout << blue;
// This will be blue, and all the text after it will be red.
std::cout << "example" << red;
// This will be red.
std::cout << "Greetings, Universe!";

All the variables are ANSI escape color codes.

About

A file with ANSI escape colors codes mapped to variables that can be used to color text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages