|
@@ -187,9 +187,11 @@ export class Viewer {
|
|
update.selector.data,
|
|
update.selector.data,
|
|
{
|
|
{
|
|
type: "ball-and-stick",
|
|
type: "ball-and-stick",
|
|
|
|
+ size: "physical",
|
|
|
|
+ sizeParams: { scale: 5 },
|
|
color: "uniform",
|
|
color: "uniform",
|
|
- // purple: iris
|
|
|
|
- colorParams: { value: Color.fromRgb(215, 115, 255) }
|
|
|
|
|
|
+ // turquoise
|
|
|
|
+ colorParams: { value: Color.fromRgb(64, 224, 208) }
|
|
}
|
|
}
|
|
));
|
|
));
|
|
}
|
|
}
|