Show Stem Thickness — Dark mode support, please?

Hi! Seems like Show Stem Thickness doesn’t support dark mode as the distance is black on black.
I believe it can be easily fixed by adding fontColor at this line:
self.drawTextAtPoint(thisString, center, fontsize, fontColor = NSColor.textColor(), align=“center”)

I used to tweak it myself, but now it just disappears if I resave the .py file. Why might that be?

You can always do a fork of the plugin repository do the change there and send a pull request. That would be the quickest way to fix this.

1 Like