Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

2.1.0

Latest
Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 05 Mar 08:51
v2.1.0


2017-03-05
Please note that the minimal version for this theme is now >=1.13.0 due to the Atom theme API change!

Features

Languages

❯ The namespace tag entity color now differs from markup/HTML tags which are also now colored correctly.
Character Data blocks tags <![CDATA[ ]]> are now formated bold and, including the surrounded text, using the comment color. (@arcticicestudio, #13, fd45526)

CDATA

Markup/HTML Entities

Namespace tags

❯ Implemented optimized Elixir styles for the community package language-elixir. (@arcticicestudio, #14, 429a321)

Improvements

❯ Migrated to the new Atom theme API.
Starting from Atom version 1.13, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary.
This means the :host and ::shadow pseudo-selectors should be completely removed and all syntax selectors should be prepended with syntax--.
To prevent breakage with existing style sheets, Atom will automatically upgrade selectors for versions less or equal to 1.12. (@arcticicestudio, #15, d915b73)


The full changelog ist available here