diff --git a/d2graph/color_helper.go b/d2graph/color_helper.go index b72dec543..4615847a4 100644 --- a/d2graph/color_helper.go +++ b/d2graph/color_helper.go @@ -4,6 +4,7 @@ import "regexp" // namedColors is a list of valid CSS colors var namedColors = []string{ + "currentcolor", "transparent", "aliceblue", "antiquewhite",