【Atom】修改註釋的顏色

(1)打開file->stylesheet這個文件atom

(2)添加以下代碼便可code

atom-text-editor .fold-mark:after {
    color: #abb2bf;
}
.syntax--comment {
    color: #5c6370;
    font-style:normal;
}

相關文章
相關標籤/搜索