pub fn read_file<P>(file: P) -> Vec<(String, Color)> where P: AsRef<Path>,
Read a file and return a Vec<String, Color)> of names and colors