美文网首页
Atom编辑器的使用

Atom编辑器的使用

作者: tanyp | 来源:发表于2017-08-16 17:00 被阅读0次

    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;
    }
    

    相关文章

      网友评论

          本文标题:Atom编辑器的使用

          本文链接:https://www.haomeiwen.com/subject/ctoirxtx.html