[][src]Function seahorse::color::bg_blue

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

Get text with blue background

Example

use seahorse::color;

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