Skip to content

Commit 2d9dec3

Browse files
Merge branch 'release/0.7.0'
2 parents 7a57803 + 18be5f6 commit 2d9dec3

35 files changed

Lines changed: 246 additions & 51 deletions

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# repository https://github.com/arcticicestudio/nord-atom-syntax +
55
# author Arctic Ice Studio +
66
# email development@arcticicestudio.com +
7-
# copyright Copyright (C) 2016 +
7+
# copyright Copyright (C) 2017 +
88
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
99
#
1010
# [References]

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,53 @@
44

55
---
66

7+
# 0.7.0
8+
*2017-04-01*
9+
## Features
10+
### Languages
11+
❯ Implemented optimized [diff](https://en.wikipedia.org/wiki/Diff_utility)/[patch](https://en.wikipedia.org/wiki/Patch_(Unix)) styles for the [milestone backlog][milestone-package-support-backlog] community package <img src="https://avatars2.githubusercontent.com/u/529516" width=16 height=16/> [`language-diff`](https://atom.io/packages/language-diff). (@arcticicestudio, #34, f05c8bf6)
12+
13+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/24577810/6be899c4-16d5-11e7-8487-ce26987fb43b.png"/></p>
14+
15+
❯ Implemented optimized
16+
[reStructuredText](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html) styles for the [milestone backlog][milestone-package-support-backlog] community package <img src="https://avatars0.githubusercontent.com/u/1382556" width=16 height=16/> [`language-restructuredtext`](https://atom.io/packages/language-restructuredtext). (@adrian5, #37, 099eea88)
17+
18+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/24577665/8b803448-16d2-11e7-96a0-abdd207aa08c.png"/><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577668/8e0bb71e-16d2-11e7-8a7d-4fd0c115f08c.png"/><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577669/8fff0184-16d2-11e7-9198-118fb9e6febd.png"/></p>
19+
20+
## Improvements
21+
### Languages
22+
❯ JavaDoc tags and their values are now colorized with `nord8`. (@arcticicestudio, #39, 72449d36)
23+
24+
<p align="center"><strong>JavaDoc tags</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577698/f30ea6f8-16d2-11e7-96a1-1acebfa7de39.png"/><br><strong>JavaDoc <code>{@link}</code> tag method references</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577703/12d76f1a-16d3-11e7-99dc-16a24fb35ac9.png"/></p>
25+
26+
❯ Adapted the massive grammar overhaul of the Atom Core package <img src="https://avatars0.githubusercontent.com/u/1089146" width=16 height=16/> [language-csharp](https://atom.io/packages/language-csharp) implemented in PR [atom/language-csharp #87](https://github.com/atom/language-csharp/pull/87). (@arcticicestudio, #38, 0420c417)
27+
28+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/24577715/3a62c890-16d3-11e7-9fb1-01f6b2636787.png"/></p>
29+
30+
❯ Adjusted the color of Java packages to match `import` packages. (@arcticicestudio, #35, dc6ce037)
31+
32+
❯ Content inside a
33+
```html
34+
<![CDATA[
35+
36+
]]>
37+
```
38+
block is now colorized with the default text color `nord4` and the font style is `italic` to differ from normal text. (@arcticicestudio, #41, d9c41eba)
39+
40+
<p align="center"><img src="https://cloud.githubusercontent.com/assets/7836623/24577684/c359c9c4-16d2-11e7-8ccf-786b5c5e624f.png"/></p>
41+
42+
❯ 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`](https://atom.io/packages/indent-guide-improved) package implemented in [arcticicestudio/nord-atom-ui #64](https://github.com/arcticicestudio/nord-atom-ui/issues/64). (@smokebacon, #43, ffac4695)
43+
44+
<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577138/9b9addf6-16c8-11e7-9f9e-b044bf6e89b4.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577141/a6c329fe-16c8-11e7-810f-ab267d8a0c96.png"/></p>
45+
46+
<p align="center"><strong><a href="https://github.com/arcticicestudio/nord-atom-ui/issues/64">Nord Atom UI #64</a> preview</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/24577073/8a3486da-16c7-11e7-83a7-40cceaa7c87c.gif"/></p>
47+
48+
## Bug Fixes
49+
### Documentation
50+
❯ Fixed a typo in the project description. This is a sub-task of [arcticicestudio/nord #20](https://github.com/arcticicestudio/nord/issues/20). (@arcticicestudio, #42, b67f8b62)
51+
> **A** arctic ... -> **An** arctic ...
52+
53+
754
# 0.6.0
855
*2017-01-24*
956

@@ -95,3 +142,5 @@ A complete list of all implemented languages can be found in the milestone backl
95142
- [`language-yaml`](https://atom.io/packages/language-yaml) (@arcticicestudio, #15, 883ab296a249e6b9b93659724b5d2f2a37768854)
96143

97144
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-top.png"/></p>
145+
146+
[milestone-package-support-backlog]: https://github.com/arcticicestudio/nord-atom-syntax/issues/1

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 Arctic Ice Studio <development@arcticicestudio.com>
1+
Copyright (c) 2017 Arctic Ice Studio <development@arcticicestudio.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-atom-syntax/develop/assets/nord-atom-syntax-banner.svg"/></p>
22

3-
<p align="center"><img src="https://cdn.travis-ci.org/images/favicon-c566132d45ab1a9bcae64d8d90e4378a.svg" width=24 height=24/> <a href="https://travis-ci.org/arcticicestudio/nord-atom-syntax"><img src="https://img.shields.io/travis/arcticicestudio/nord-atom-syntax/develop.svg"/></a> <img src="https://circleci.com/favicon.ico" width=24 height=24/> <a href="https://circleci.com/gh/arcticicestudio/nord-atom-syntax"><img src="https://circleci.com/gh/arcticicestudio/nord-atom-syntax.svg?style=shield&circle-token=63fc45d7300d4fc129c165e1aa2d1291474e5e1c"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-atom-syntax/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-syntax.svg"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-blue.svg"/></a> <img src="https://atom.io/favicon.ico" width=24 height=24/> <a href="https://github.com/atom/atom/releases/tag/v1.13.0"><img src="https://img.shields.io/badge/Atom->=v1.13.0-green.svg"/></a> <a href="https://atom.io/themes/nord-atom-syntax"><img src="https://img.shields.io/apm/v/nord-atom-syntax.svg"/></a> <a href="https://atom.io/themes/nord-atom-syntax"><img src="https://img.shields.io/apm/dm/nord-atom-syntax.svg"/></a></p>
3+
<p align="center"><img src="https://cdn.travis-ci.org/images/favicon-c566132d45ab1a9bcae64d8d90e4378a.svg" width=24 height=24/> <a href="https://travis-ci.org/arcticicestudio/nord-atom-syntax"><img src="https://img.shields.io/travis/arcticicestudio/nord-atom-syntax/develop.svg"/></a> <img src="https://circleci.com/favicon.ico" width=24 height=24/> <a href="https://circleci.com/gh/arcticicestudio/nord-atom-syntax"><img src="https://circleci.com/gh/arcticicestudio/nord-atom-syntax.svg?style=shield&circle-token=63fc45d7300d4fc129c165e1aa2d1291474e5e1c"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-atom-syntax/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-syntax.svg"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg"/></a> <img src="https://atom.io/favicon.ico" width=24 height=24/> <a href="https://github.com/atom/atom/releases/tag/v1.13.0"><img src="https://img.shields.io/badge/Atom->=v1.13.0-green.svg"/></a> <a href="https://atom.io/themes/nord-atom-syntax"><img src="https://img.shields.io/apm/v/nord-atom-syntax.svg"/></a> <a href="https://atom.io/themes/nord-atom-syntax"><img src="https://img.shields.io/apm/dm/nord-atom-syntax.svg"/></a></p>
44

5-
<p align="center">A arctic, north-bluish clean and elegant Atom syntax theme.</p>
5+
<p align="center">An arctic, north-bluish clean and elegant Atom syntax theme.</p>
66

77
<p align="center">Designed for a fluent and clear workflow.<br>
88
Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color palette.<br>
@@ -49,16 +49,16 @@ Detailed descriptions for supported languages can be found in the [project wiki]
4949
![][scrot-lang-xml]
5050

5151
## Development
52-
[![](https://img.shields.io/badge/Changelog-0.6.0-blue.svg)](https://github.com/arcticicestudio/nord-atom-syntax/blob/v0.6.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
52+
[![](https://img.shields.io/badge/Changelog-0.7.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-atom-syntax/blob/v0.7.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
5353

5454
### Contribution
5555
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-atom-syntax/issues).
5656

5757
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-footer-mountains.svg" /></p>
5858

59-
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright &copy; 2016 Arctic Ice Studio</p>
59+
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright &copy; 2017 Arctic Ice Studio</p>
6060

61-
<p align="center"><a href="https://github.com/arcticicestudio/nord-atom-syntax/develop/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-blue.svg"/></a></p>
61+
<p align="center"><a href="https://github.com/arcticicestudio/nord-atom-syntax/develop/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-5E81AC.svg"/></a></p>
6262

6363
[scrot-lang-c]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-c.png
6464
[scrot-lang-java]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-java.png

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# repository https://github.com/arcticicestudio/nord-atom-syntax +
55
# author Arctic Ice Studio +
66
# email development@arcticicestudio.com +
7-
# copyright Copyright (C) 2016 +
7+
# copyright Copyright (C) 2017 +
88
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
99
#
1010
# [References]

index.less

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Index +
44
project nord-atom-syntax +
5-
version 0.6.0 +
5+
version 0.7.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +
9-
copyright Copyright (C) 2016 +
9+
copyright Copyright (C) 2017 +
1010
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1111
1212
[References]
@@ -33,19 +33,22 @@ LESSCSS
3333
@import "styles/languages/coffeescript";
3434
@import "styles/languages/cs";
3535
@import "styles/languages/css";
36+
@import "styles/languages/diff";
3637
@import "styles/languages/elixir";
3738
@import "styles/languages/gfm";
3839
@import "styles/languages/glsl";
3940
@import "styles/languages/go";
4041
@import "styles/languages/haml";
4142
@import "styles/languages/haskell";
43+
@import "styles/languages/html";
4244
@import "styles/languages/java";
4345
@import "styles/languages/javascript";
4446
@import "styles/languages/json";
4547
@import "styles/languages/julia";
4648
@import "styles/languages/lesscss";
4749
@import "styles/languages/php";
4850
@import "styles/languages/python";
51+
@import "styles/languages/restructuredtext";
4952
@import "styles/languages/ruby";
5053
@import "styles/languages/shell";
5154
@import "styles/languages/yaml";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nord-atom-syntax",
33
"theme": "syntax",
4-
"version": "0.6.0",
5-
"description": "A arctic, north-bluish clean and elegant Atom syntax theme.",
4+
"version": "0.7.0",
5+
"description": "An arctic, north-bluish clean and elegant Atom syntax theme.",
66
"author": {
77
"name": "Arctic Ice Studio",
88
"email": "development@arcticicestudio.com"

styles/editor.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project nord-atom-syntax +
55
repository https://github.com/arcticicestudio/nord-atom-syntax +
66
author Arctic Ice Studio +
77
email development@arcticicestudio.com +
8-
copyright Copyright (C) 2016 +
8+
copyright Copyright (C) 2017 +
99
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
*/
1111
atom-text-editor {
@@ -25,7 +25,7 @@ atom-text-editor {
2525
}
2626

2727
.indent-guide {
28-
color: @syntax-indent-guide-color;
28+
box-shadow: inset 1px 0 @syntax-indent-guide-color;
2929
}
3030

3131
.invisible {

styles/languages/c.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project nord-atom-syntax +
55
repository https://github.com/arcticicestudio/nord-atom-syntax +
66
author Arctic Ice Studio +
77
email development@arcticicestudio.com +
8-
copyright Copyright (C) 2016 +
8+
copyright Copyright (C) 2017 +
99
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
1111
[Language Packages]

styles/languages/clojure.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project nord-atom-syntax +
55
repository https://github.com/arcticicestudio/nord-atom-syntax +
66
author Arctic Ice Studio +
77
email development@arcticicestudio.com +
8-
copyright Copyright (C) 2016 +
8+
copyright Copyright (C) 2017 +
99
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
1111
[Language Packages]

0 commit comments

Comments
 (0)