Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 9, 2017
2 parents d68806b + 2479f23 commit 5c031fc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@

---

# 0.1.0 (2016-11-22)
# 0.2.0
*2017-01-09*
## Improvements
❯ Characters under block cursors are now colored darker (`nord1`) while the block cursor is visible to achieve a optimal contrast and to avoid unreadability due to the same cursor- and foreground color (`nord4`). (@arcticicestudio / @kepbod, #2, 8b6e64b0)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/21782939/83fc004c-d6b5-11e6-84ac-a05fdee61fa5.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/21782954/942b03aa-d6b5-11e6-9f52-af2a2d737b1a.png"/></p>

### Documentation
❯ Added a screenshot to the README [activation](https://github.com/arcticicestudio/nord-iterm2/blob/develop/README.md#activation) description (@arcticicestudio, 669c307d)

# 0.1.0
*2016-11-22*
## Features
Implemented the main XML (Property List) color scheme file [`Nord.itermcolors`](https://github.com/arcticicestudio/nord-iterm2/blob/develop/src/xml/Nord.itermcolors). (@arcticicestudio, #1, 80d14907)
Implemented the main XML (Property List) color scheme file [`Nord.itermcolors`](https://github.com/arcticicestudio/nord-iterm2/blob/develop/src/xml/Nord.itermcolors). (@arcticicestudio, #1, 80d14907)

![](https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-colortest.png)
![](https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-htop.png)
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color pa
4. Select an existing profile from the profile list window on the left or create a new profile
5. Click on the *Load Presets* drop-down menu and select `Nord`

![][scrot-readme-activation]

## Screenshots
<p align="center"><strong>htop</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-htop.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord-iterm2/blob/v0.1.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)
[![](https://img.shields.io/badge/Changelog-0.2.0-blue.svg)](https://github.com/arcticicestudio/nord-iterm2/blob/v0.2.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)

### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-iterm2/issues).
Expand All @@ -41,3 +43,5 @@ Please report issues/bugs, feature requests and suggestions for improvements to
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright &copy; 2016 Arctic Ice Studio</p>

<p align="center"><a href="http://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-blue.svg"/></a></p>

[scrot-readme-activation]: https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-readme-activation.png
Binary file added src/assets/scrot-readme-activation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/xml/Nord.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.89225924015045166</real>
<real>0.25300124287605286</real>
<key>Color Space</key>
<string>Calibrated</string>
<key>Green Component</key>
<real>0.83857882022857666</real>
<real>0.19692185521125793</real>
<key>Red Component</key>
<real>0.81214714050292969</real>
<real>0.17621420323848724</real>
</dict>
<key>Foreground Color</key>
<dict>
Expand Down

0 comments on commit 5c031fc

Please sign in to comment.