發表文章

目前顯示的是有「文字編輯器」標籤的文章

ATom, 修改字體顏色

  打開 File > Stylesheet 修改註解 atom-text-editor .syntax--comment { //font-style: normal; //註解非斜體 font-size: 16px; color: lightblue; } 修改文字 atom-text-editor { // color: white; // background-color: hsl(180, 24%, 12%); }