Atom has a very easy way to do this. Go to styles.less via File> Open Your Stylesheet. This code will be at the bottom of this file.
atom-text-editor::shadow .cursor { }
This is the color code of the cursor. You can change the color by doing
border-color:
inside brackets.
source share