pub fn full_style(
fg: Option<Color>,
bg: Option<Color>,
effects: Effects,
) -> Style👎Deprecated since 0.123.2:
Use vtcode_design::style builders instead
Expand description
Create a complete ratatui Style from anstyle colors and effects.