I would like to change the color of double quote string links in Atom themes, much like “Atom One Dark” has
As you can see the double quoted syntax color is purple. I would like to have the link color changed on other themes as well. I did a inspection and it looks to have the class elements of .markup.underline.link.https.hyperlink
and I’ve tried to add it to atom-text-editor {}
in styles.less but I can’t seem to get it working. Any ideas of how to do this?