[][src]Function seahorse::color::bg_magenta

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

Get text with magenta background

Example

use seahorse::color;

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