This commit is contained in:
2025-10-18 00:15:18 -05:00
parent e83f50662b
commit 6b75dec514
808 changed files with 58581 additions and 2401 deletions

View File

@@ -9,7 +9,7 @@
using namespace ftxui;
// New reusable styles (orange/red theme)
const auto theme_text_style = color(Color::OrangeRed1) | bold | dim;mac o
const auto theme_text_style = color(Color::OrangeRed1) | bold | dim;
const auto theme_border_style = border | color(Color::Red);
const auto theme_link_style = color(Color::RedLight) | underlined;
const auto theme_button_style = color(Color::Red) | bold;