zed/crates/theme2
Marshall Bowers 8bd02fdadc
Extend RGBA hex color parsing to support 3-value and 4-value variants (#3295)
This PR extends our support for parsing hex color codes to `Rgba` to
additionally support 3-value (`#rgb`) and 4-value (`#rgba`) formats.

See [here](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color)
for more details on these hex color variants.

Release Notes:

- N/A
2023-11-09 18:27:47 -05:00
..
src Extend RGBA hex color parsing to support 3-value and 4-value variants (#3295) 2023-11-09 18:27:47 -05:00
Cargo.toml Add importing-themes feature flag to theme2 crate 2023-11-09 12:49:16 -05:00