Extremely minimal color printing utilities for C++.

feat(README.md): Added a short README.md.

+6
+6
README.md
··· 1 + # C++ Colors 2 + This is an extremely simple implementation for terminal color escapes written in 3 + C++. 4 + 5 + If you want to use this in your project simply copy the `colors.hpp` and 6 + `colors.cc` files to your code-base and include them wherever you want.