The reason there's no connector-line-color widget appearing in the RCE is that that attr isn't getting coerced (or something!) and hence not appearing in _fullData:

@archmoj do all connectors have the same default line color?
If so, turning
into
line: extendFlat({}, lineAttr.color, {dflt: Color.defaultLine},
should do the trick.