#pragma once #include #include constexpr fmt::string_view RESET_ALL_MODES = "{esc}[0m"; std::string get_foreground_esc_seq(const uint32_t &color) noexcept; std::string get_background_esc_seq(const uint32_t &color) noexcept;