pub fn parse_color_token(token: &str) -> Option<StyleColor>Expand description
Tries to parse token as a color: single letter, full name, or #RRGGBB hex.
Returns None for unrecognised tokens.
pub fn parse_color_token(token: &str) -> Option<StyleColor>Tries to parse token as a color: single letter, full name, or #RRGGBB hex.
Returns None for unrecognised tokens.