Function get_color_by_name
pub fn get_color_by_name(name: &str) -> Result<u32, Error>Expand description
Binding to nvim_get_color_by_name().
Returns the 24-bit RGB value of a crate::api::get_color_map color name or
“#rrggbb” hexadecimal string.