Indicates the current number of cursors in the active editor via the Atom status bar.
Add and tweak to your liking the following code to your personal Atom Stylesheet.
.cursor-indicator {color: orangered;text-shadow: 0 0 5px orangered;}
You can open your Stylesheet using the Command Palette.
Command Palette ➔ Application: Open Your Stylesheet
MIT © lexicalunit et al
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.