yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::TUIStyle Struct Reference

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
 

Detailed Description

Visual styling configuration for TUI components.

Definition at line 51 of file enhanced_tui.h.

Member Data Documentation

◆ foreground_color

std::string yaze::cli::agent::TUIStyle::foreground_color

Definition at line 52 of file enhanced_tui.h.

Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().

◆ background_color

std::string yaze::cli::agent::TUIStyle::background_color

Definition at line 53 of file enhanced_tui.h.

Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().

◆ accent_color

std::string yaze::cli::agent::TUIStyle::accent_color

Definition at line 54 of file enhanced_tui.h.

◆ border_color

std::string yaze::cli::agent::TUIStyle::border_color

Definition at line 55 of file enhanced_tui.h.

◆ bold

bool yaze::cli::agent::TUIStyle::bold = false

Definition at line 56 of file enhanced_tui.h.

Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().

◆ italic

bool yaze::cli::agent::TUIStyle::italic = false

Definition at line 57 of file enhanced_tui.h.

Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().

◆ underline

bool yaze::cli::agent::TUIStyle::underline = false

Definition at line 58 of file enhanced_tui.h.

Referenced by yaze::cli::agent::EnhancedTUI::ApplyStyle().


The documentation for this struct was generated from the following file: