pub fn check_vector_variable(s: &str) -> Option<(String, ValueKind)>
Turn vector variable string into name and corresponding color if it includes values other than 0 and 1. If only 0 and 1, return None.