X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-monokai-syntax.git;a=blobdiff_plain;f=index.less;h=e367da22b64430634291b94034d45fda2df812d3;hp=ef211d67e5841cf9b72ad81e12a6222a1b7fdfc9;hb=0795f7a2013a6ca08356748ce3cb277fab1a132d;hpb=6a8112b3b9a86aed21ad4b2a0bf06c43ace83bef diff --git a/index.less b/index.less index ef211d6..e367da2 100644 --- a/index.less +++ b/index.less @@ -1,11 +1,9 @@ @import './styles/syntax-variables'; -.editor-colors { +:host, atom-text-editor { background-color: @syntax-background-color; color: @syntax-text-color; -} -.editor { .invisible-character { color: @syntax-invisible-character-color; } @@ -108,6 +106,11 @@ font-style: italic; color: #FD971F; } + + // 'this' Javascript + .variable.language.js { + color: #F92672; + } .entity.name.tag { color: #F92672;