[][src]Function seahorse::color::bg_red

pub fn bg_red<T: Display>(t: T) -> String

Get text with red background

Example

use seahorse::color;

let text = color::bg_red("Hello");
println!("{}", text);