|
|
@ -17,7 +17,7 @@ using namespace fmt; |
|
|
|
using namespace ftxui; |
|
|
|
using namespace ftxui; |
|
|
|
|
|
|
|
|
|
|
|
std::string generate_colors() { |
|
|
|
std::string generate_colors() { |
|
|
|
REQUIRE(ftxui::Terminal::ColorSupport() == Terminal::Color::TrueColor); |
|
|
|
REQUIRE(ftxui::Terminal::ColorSupport() == ftxui::Terminal::Color::TrueColor); |
|
|
|
|
|
|
|
|
|
|
|
const int max_value = 255; |
|
|
|
const int max_value = 255; |
|
|
|
const int value_increment = 8; |
|
|
|
const int value_increment = 8; |
|
|
|