[][src]Function seahorse::color::bg_yellow

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

Get text with yellow background

Example

use seahorse::color;

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