I have a plugin using the add_regions command to draw underlines for certain regions.
I also have a custom tmLanguage
and tmTheme
, so I can control font style/foreground color etc. for scopes I have set.
Now, I'm trying to get my underlines to be a specific color (and not the default white-ish ST3 color)... I know this is possible because the spellcheck in ST3 has a red squiggly underline.
I've poked at changing the scope/settings/keys etc. in my tmTheme and my plugin's add_regions command, but nothing seems to stick.
Any direction would be very helpful!