Function get_color_map
pub fn get_color_map() -> impl SuperIterator<(String, u32)> + use<>Expand description
Binding to nvim_get_color_map().
Returns an iterator over tuples representing color names and 24-bit RGB values (e.g. 65535).