1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

docs: remove "bad" rgb spec from docs

`#XYZ` is parsed by `XParseColor` and it requires that the
hex nybbles are present in multiples of 3, and it has different
padding rules for under- or over-specified nybbles.

refs: https://github.com/wez/wezterm/issues/2209
This commit is contained in:
Wez Furlong 2022-07-05 08:36:38 -07:00
parent 7d77316fd7
commit 21fa4b7407

View File

@ -93,7 +93,6 @@ return {
Colors now also accept the following CSS-style color specifications:
```
#00ff00ff
rgb(0,255,0)
rgb(0% 100% 0%)
rgb(0 255 0 / 100%)