I’m not the author but I’ve got some easy suggestions to fix your issues ??
Just add the following CSS to your stylesheet (you might need to add !important to make them work) and both issues should be corrected:
.tawcvs-swatches .swatch {
opacity: 1;
border: 1px solid #d9d9d9; /* Change #d9d9d9 to whatever border colour you’d like */
}
The opacity change will remove the transparency that washes out the colours, and the border change will override the transparent outline on the swatches.
Cheers!
2)