2018-02-01 13:02
file -> stylesheet 오픈.
아래 부분을 찾아서 수정하거나 없으면 추가해주면 된다.
atom-text-editor::shadow .comment {
color: #67bd89;
font-style: normal;
}
atom-text-editor::shadow .punctuation.definition.comment{
color: #67bd89;
font-style: normal;
}
atom-text-editor::shadow .markup.underline.link.hyperlink { color: #67bd89; }