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;hp=6a8112b3b9a86aed21ad4b2a0bf06c43ace83bef 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/" --- diff --git a/index.less b/index.less index ef211d6..ce4401c 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; }