Atom編輯器如何改變界面的字體
File>Stylesheet
.tree-view {
// background-color: whitesmoke;
font-size: 16px
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
border-color: red;
}