zed/crates/gpui2
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
build.rs Tooltips in mouse event handler & fix executor timer 2023-11-03 18:02:58 -04:00
Cargo.toml Remove dependency from gpui from editor2 2023-11-03 09:05:58 +01:00