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=324f8a50ccffe26f828f0bf59a36924f07a1c86d;hb=f635147b22da8fa2d9d801e5ec31a16347723618;hpb=30293af0861294888c364c6efca6173a8164dff2 diff --git a/index.less b/index.less index 324f8a5..e367da2 100644 --- a/index.less +++ b/index.less @@ -1,4 +1,4 @@ -@import 'syntax-variables'; +@import './styles/syntax-variables'; :host, atom-text-editor { background-color: @syntax-background-color; @@ -106,6 +106,11 @@ font-style: italic; color: #FD971F; } + + // 'this' Javascript + .variable.language.js { + color: #F92672; + } .entity.name.tag { color: #F92672;