How to specify point vs fill for Geom.point in Gadfly?

If you’re just looking to hide the white outline, you can use Theme or style with highlight_width=0mm: docs. Hiding the outline plus making the points a bit bigger should produce the same result as making the highlight color match the point color, right?

I’m not sure how to change the highlight color, sorry.