[][src]Function seahorse::color::bg_black

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

Get text with black background

Example

use seahorse::color;

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