- More named colors, including all HTML/CSS colors.
- Support different color naming styles like
dark-gray
,darkgrey
,dark_grey
,DARKGRAY
, etc. - Grayscale colors from
gray0
(black) togray100
(white).
- Updated RGB values for
lightgray
andgreen
. To restore the previous colors, usegray75
andlime
, respectively.
- Can't add layer which uses continuous data to a plot where other layers use discrete input [#1323].