Skip to content

Commit 5c031fc

Browse files
Merge branch 'release/0.2.0'
2 parents d68806b + 2479f23 commit 5c031fc

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@
44

55
---
66

7-
# 0.1.0 (2016-11-22)
7+
# 0.2.0
8+
*2017-01-09*
9+
## Improvements
10+
❯ 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)
11+
12+
<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>
13+
14+
### Documentation
15+
❯ Added a screenshot to the README [activation](https://github.com/arcticicestudio/nord-iterm2/blob/develop/README.md#activation) description (@arcticicestudio, 669c307d)
16+
17+
# 0.1.0
18+
*2016-11-22*
819
## Features
9-
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)
20+
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)
1021

1122
![](https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-colortest.png)
1223
![](https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-htop.png)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color pa
2727
4. Select an existing profile from the profile list window on the left or create a new profile
2828
5. Click on the *Load Presets* drop-down menu and select `Nord`
2929

30+
![][scrot-readme-activation]
31+
3032
## Screenshots
3133
<p align="center"><strong>htop</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-htop.png"/></p>
3234

3335
## Development
34-
[![](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)
36+
[![](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)
3537

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

4345
<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>
46+
47+
[scrot-readme-activation]: https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/develop/src/assets/scrot-readme-activation.png
274 KB
Loading

src/xml/Nord.itermcolors

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@
280280
<key>Alpha Component</key>
281281
<real>1</real>
282282
<key>Blue Component</key>
283-
<real>0.89225924015045166</real>
283+
<real>0.25300124287605286</real>
284284
<key>Color Space</key>
285285
<string>Calibrated</string>
286286
<key>Green Component</key>
287-
<real>0.83857882022857666</real>
287+
<real>0.19692185521125793</real>
288288
<key>Red Component</key>
289-
<real>0.81214714050292969</real>
289+
<real>0.17621420323848724</real>
290290
</dict>
291291
<key>Foreground Color</key>
292292
<dict>

0 commit comments

Comments
 (0)