Nord Atom Syntax Versions Save

An arctic, north-bluish clean and elegant Atom syntax theme.

v0.10.0

4 years ago

Changelog for Nord Atom Syntax — An arctic, north-bluish clean and elegant Atom syntax theme.

Release Date: 2019-07-30 Project Board Milestone

Features

Nord Docs Transition — #63 ⇄ #64 (⊶ b9675979) ↠ Transferred all documentations, assets and from „Nord Atom Syntax“ to Nord Docs. Please see the corresponding issue in the Nord Docs repository to get an overview of what has changed for Nord Atom Syntax and what has been done to migrate to Nord Docs.

Landing Page

Preview: Nord Atom Syntax Port Project Landing Page

Docs Page

Preview: Nord Atom Syntax Docs Page

Installation & Activation Guide

Preview: Nord Atom Syntax Installation & Activation Guide Page

Package Development

Preview: Nord Atom Syntax Package Development Guide Page

Improvements

Empty HTML tag highlighting — #52/#54 ⇄ #53/#56 (⊶ 7e2764e7) by @amayer5125 ↠ Fixed the bracket character (<) of the closing tag not being highlighted when the tags contains no text content or other elements.

Before

After

Comment Color Brightness — #60 ⇄ #61 (⊶ 0d26b31d) ↠ Implemented the frequently requested and long-time outstanding increase of the comment color (nord3) brightness by 10% from a lightness level of ~35% to ~45%.

Please see arcticicestudio/nord#94 for all details about this design change decision!

Before

After

Bug Fixes

No highlighting for Julia multiline docstrings — #45 (#23) (⊶ 710acce8) ↠ Saved the highlighting for the language-julia package that makes use of the GFM selector .syntax--source.syntax--gfm wrapped in a .syntax--string.syntax--docstring selector to highlight multiline docstrings. This resulted in the usage of the default GFM text color nord4 instead of the string color nord14.

Plain Text highlighting in JSX — #50 ⇄ #51 (⊶ 087b3203) by @haveanicedavid ↠ Fixed the color of plain text (body text) placed inside JSX tags.

Before

After

Task

Documentation

Migration to MIT license — #57 ⇄ #58 (⊶ 6481f12f) ↠ Adapted to the MIT license migration of Nord. Details can be found in the main task ticket arcticicestudio/nord#55.


The full changelog ist available here

v0.9.1

7 years ago


2017-04-14

Improvements

Theme Settings

❯ Removed a unnecessary IO write event when when deactivating the package. Before all theme settings have been written out to the store file theme-settings-store.less. The deactivation() method has been removed since there is currently no need to handle a package deactivation event. (@arcticicestudio, #49, 892e6735)

Bug Fixes

Theme Settings

❯ Fixed a "Undefined variable" exception when deactivating the package. This was caused by the wrongly named @theme-setting-custom-comment-contrast variable which must be named @theme-setting-accessibility-custom-comment-contrast. (@arcticicestudio, #48, c5af4e3e)


The full changelog ist available here

v0.9.0

7 years ago


2017-04-14

Features

Theme Settings

❯ Implemented a Accessibility theme setting to increase the contrast for comments by percentage.
The default value is 0 which uses the default Nord color assignment while the maximum value is 20. (@ascarter, #46 PR #47, 935c2ae9)

Default Settings

Increased comment contrast value of 15 (%)


The full changelog ist available here

v0.8.0

7 years ago


2017-04-12

Features

Languages

❯ Implemented optimized styles for Laravel Blade. (@whereisjefe, #44, 861e392d)


The full changelog ist available here

v0.7.0

7 years ago


2017-04-01

Features

Languages

❯ Implemented optimized diff/patch styles for the milestone backlog community package language-diff. (@arcticicestudio, #34, f05c8bf6)

❯ Implemented optimized reStructuredText styles for the milestone backlog community package language-restructuredtext. (@adrian5, #37, 099eea88)



Improvements

Languages

❯ JavaDoc tags and their values are now colorized with nord8. (@arcticicestudio, #39, 72449d36)

JavaDoc tags

JavaDoc {@link} tag method references

❯ Adapted the massive grammar overhaul of the Atom Core package language-csharp implemented in PR atom/language-csharp #87. (@arcticicestudio, #38, 0420c417)

❯ Adjusted the color of Java packages to match import packages. (@arcticicestudio, #35, dc6ce037)

❯ Content inside a

<![CDATA[

]]>

block is now colorized with the default text color nord4 and the font style is italic to differ from normal text. (@arcticicestudio, #41, d9c41eba)

❯ Dimmed color of indent guides from nord3 to nord2 to be more unobstructive and differ from syntax elements like comments. This also matches the support for the indent-guide-improved package implemented in arcticicestudio/nord-atom-ui #64. (@smokebacon, #43, ffac4695)

Before

After

Nord Atom UI #64 preview

Bug Fixes

Documentation

❯ Fixed a typo in the project description. This is a sub-task of arcticicestudio/nord #20. (@arcticicestudio, #42, b67f8b62)

A arctic ... -> An arctic ...


The full changelog ist available here

v0.6.0

7 years ago


2017-01-24

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

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, #31, 42d7f7ba)


The full changelog ist available here

v0.5.0

7 years ago


2017-01-15

Features

Languages

❯ Implemented optimized Elixir styles for the milestone backlog community package language-elixir. (@skbolton, #33, b141369c)


The full changelog ist available here

v0.4.0

7 years ago


Features

language-xml

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, #29, a442b356)

CDATA

Markup/HTML entities

Namespace tags


The full changelog ist available here

v0.3.0

7 years ago


Improvements

language-c

  • Operator keywords are now colored explicitly as discussed in atom/language-c#151 and atom/one-dark-syntax#74 (@arcticicestudio, #28, 529f290057da332977ddcbcba3e14163e772bbc0)

The full changelog ist available here

v0.2.0

7 years ago


Improvements

CSS

  • The hex color hash character # now gets colored as keyword (@arcticicestudio, #27, 323f7713333ad50b008c80a677e4abb6596faddb)

Bugfixes

Documentation

  • Fixed all unrendered images in the atom.io package README by using the https://raw.githubusercontent.com domain (@arcticicestudio, #26, 6b72d3a740486d48b9a0d02f4aec3db557241462)

The full changelog ist available here