about summary refs log blame commit diff stats
path: root/atom/styles/styles.less
blob: e1a749a3d0e8feb4ba59ebcbb3e48799ceafac1b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                    
atom-text-editor.editor {
  .syntax--source.syntax--subx {
    .syntax--function.syntax--subx {
      color: orange;
    }
    .syntax--global.syntax--subx {
      color: red;
    }
    .syntax--test.syntax--subx {
      color: #88ff88;
    }
    .syntax--label.syntax--subx {
      color: #448844;
    }
  }
}