Comments are greyed out by default, nobody should read them đ I don’t want to think about the comment-quality of the Atom-Sourcecode, just kidding đ
Â
To change the comment-colour to a fresh and visible green:
- open the file (as administrator)
c:\>notepad c:\Users\<username>\.atom\styles.less
atom-text-editor::shadow { .punctuation.comment, .comment, .link.hyperlink { color: #88ff88; } }