Function gpg_tui::app::style::get_colored_table_row[][src]

pub fn get_colored_table_row<'a>(
    row_data: &[String],
    highlighted: bool
) -> Text<'a>
Expand description

Converts the given multi-line row value to colored Text widget.

It adds colors to:

  • flags in bracket characters. (e.g. [?])
  • parts separated by slash character. (e.g. rsa2048/abc123)
  • values in arrow characters (e.g. <test@example.com>)