colornames icon indicating copy to clipboard operation
colornames copied to clipboard

Gray vs Grey

Open zoozalp opened this issue 5 years ago • 0 comments

The name "gray" return hex code but "grey" doesn't. On the otherhand, it's the otherway around for "lightgray" and "lightgrey".

Using the following code for the time being.

toHex(name.replace("gray", "grey")) || toHex(name.replace("grey", "gray"));

zoozalp avatar Sep 28 '19 11:09 zoozalp