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:
parent
7d77316fd7
commit
21fa4b7407
@ -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%)
|
||||
|
Loading…
Reference in New Issue
Block a user