Visual styling configuration for TUI components. More...
#include <enhanced_tui.h>
Public Attributes | |
std::string | foreground_color |
std::string | background_color |
std::string | accent_color |
std::string | border_color |
bool | bold = false |
bool | italic = false |
bool | underline = false |
Visual styling configuration for TUI components.
Definition at line 51 of file enhanced_tui.h.
std::string yaze::cli::agent::TUIStyle::foreground_color |
Definition at line 52 of file enhanced_tui.h.
Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().
std::string yaze::cli::agent::TUIStyle::background_color |
Definition at line 53 of file enhanced_tui.h.
Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().
std::string yaze::cli::agent::TUIStyle::accent_color |
Definition at line 54 of file enhanced_tui.h.
std::string yaze::cli::agent::TUIStyle::border_color |
Definition at line 55 of file enhanced_tui.h.
bool yaze::cli::agent::TUIStyle::bold = false |
Definition at line 56 of file enhanced_tui.h.
Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().
bool yaze::cli::agent::TUIStyle::italic = false |
Definition at line 57 of file enhanced_tui.h.
Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().
bool yaze::cli::agent::TUIStyle::underline = false |
Definition at line 58 of file enhanced_tui.h.
Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().