daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

[atom v0.206.0] halflife: 5 deprecations #180

Closed Saucy closed 3 weeks ago

Saucy commented 9 years ago

Atom v0.206.0 no longer runs deprecated packages. This is what Atom's Deprecation Cop is telling me:

In index.less: Use the `atom-text-editor` tag instead of the `editor-colors` class.
In index.less: Use the `atom-text-editor` tag instead of the `editor` class.
In index.less: Use `.bracket-matcher .region` to select highlighted brackets.
In index.less: Target the selector `:host, atom-text-editor` instead of `.editor` for shadow DOM support.
In index.less: Target the selector `:host, atom-text-editor` instead of `.editor-colors` for shadow DOM support.