Hi.
Now that std::format and std::print / std::println, based on the fmt library, has been added to the C++ standard library, wouldn't it be nice if the color and style features were also added?
Adding something like this would enable developers to create much more rich experiences with console applications and would also be very helpful for things such as printing errors in red and warnings in yellow to distinguish them more easily.