I would like to change the colour of comments in the Atom editor. From a bit of googling, I found I can put the following in my .atom/styles.less file:
atom-
The syntax is changed in 1.14. Now, you need to use this for changing the comment color
atom-text-editor .syntax--comment { color: #228B22; }