1# C++ Colors 2This is an extremely simple implementation for terminal color escapes written in 3C++. 4 5If 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.