一、下载安装html
这是官网,进去就会看到下载按钮,还有其余版本的下载地址,我安装了1.18.0;node
二、界面设置git
除过总体主题在settings中设置以外github
在Stylesheet.less中还能够设置其他部分例如编辑器系统字体,颜色,背景色,这是我目前的样式:express
//标签栏 .tab-bar .tab { font-size: 18px; } //总体系统 html, body{ font-size:14px; } // style the background color of the tree view //工程结构区域 .tree-view { background-color: #eee; font-family: microsoft yahei; font-size: 17px; } // style the background and foreground colors on the atom-text-editor-element itself //编辑器内部 atom-text-editor { // color: white; background-color:#121517; font-family: "Consolas"; font-size: 18px; } // To style other content in the text editor's shadow DOM, use the ::shadow expression //光标 atom-text-editor::shadow .cursor { border-color: #64DB4D; }
来源:点我跳转less
3.插件编辑器
官网给出的插件库,还有一些比较好的总结(点我跳转),除自带的以外,我额外装了这几个:字体
activate-power-mode能够在写代码时增长趣味:atom
file-icon能够给不一样文件类型加上不一样的图标,主要仍是增长趣味性。。。spa
highlight-selected用来高亮相同的字符。