From: Alexander Barton Date: Wed, 20 May 2015 09:11:24 +0000 (+0200) Subject: Merge branches 'fix-editor-classes' and 'fix-stylesheets-dir' into tmp X-Git-Tag: v0.1.0~7 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-monokai-syntax.git;a=commitdiff_plain;h=f3f07c9fbd5bbd6be7144df44ea6e753c3d3cfee Merge branches 'fix-editor-classes' and 'fix-stylesheets-dir' into tmp * fix-editor-classes: Use "atom-text-editor" tag instead of "editor[-colors]" classes * fix-stylesheets-dir: Rename "stylesheets/" directory to "styles/" --- f3f07c9fbd5bbd6be7144df44ea6e753c3d3cfee diff --cc index.less index 324f8a5,ef211d6..ce4401c --- a/index.less +++ b/index.less @@@ -1,9 -1,11 +1,9 @@@ - @import 'syntax-variables'; + @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; }