Skip to content

Instantly share code, notes, and snippets.

@overtrue
Last active September 4, 2016 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save overtrue/7dc4b054ab3f1564ac17 to your computer and use it in GitHub Desktop.
Save overtrue/7dc4b054ab3f1564ac17 to your computer and use it in GitHub Desktop.
Editor Settings
// style the background color of the tree view
* {
// background-color: whitesmoke;
font-size: 11px;
font-family:"PingFang SC", "Helvetica Neue", "Hiragino Sans GB","Microsoft YaHei","Hiragino Kaku Gothic Pro", Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
font-size: 12px;
font-family:monaco !important;
-webkit-font-smoothing:antialiased !important;
}
// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
// border-color: red;
}
.list-group li:not(.list-nested-item), .list-tree li:not(.list-nested-item), .list-group li.list-nested-item > .list-item, .list-tree li.list-nested-item > .list-item {
line-height: 2em !important;
font-family: monaco, monospace;
}
@maxshaw
Copy link

maxshaw commented Jul 10, 2015

感谢分享,我还设置了hot_exit等为false,强迫症,没办法。。。:smile:

@overtrue
Copy link
Author

overtrue commented Jan 1, 2016

@maxFZ 哈哈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment