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 2, 2017
2 parents 2b04eff + b2e4679 commit 0441b1a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

---

# 0.2.0 (2017-01-02)
## Improvements
Text under block cursors is now colored darker in `nord0` to avoid unreadability due to the same cursor- and foreground color `nord4`. (@scottwillmoore, #5, 88d0ab21)

<p align="center"><strong>Before</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/21586772/f08a56d2-d0d4-11e6-84e0-37e3021317ad.png"/><br><strong>After</strong><br><img src="https://cloud.githubusercontent.com/assets/7836623/21586785/23ef246c-d0d5-11e6-8573-2e0d8391186c.gif"/></p>

# 0.1.0 (2016-12-24)
## Features
Implemented the main color config file [`config`](https://github.com/arcticicestudio/nord-termite/blob/develop/src/config). (@arcticicestudio, #1, 6fbfd095)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Syntax: `install.sh [OPTIONS]`
<p align="center"><strong>htop</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-termite/develop/src/assets/scrot-htop.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord-termite/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-termite/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-termite/issues).
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ VERBOSE=false
GLOBAL_INSTALL=false
LOCAL_INSTALL_DIR=~/.config/termite
GLOBAL_INSTALL_DIR=/etc/xdg
NORD_TERMITE_VERSION=0.1.0
NORD_TERMITE_VERSION=0.2.0

eval set -- "$NORD_TERMITE_SCRIPT_OPTS"
while true; do
Expand Down
3 changes: 2 additions & 1 deletion src/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord Termite +
# project nord-termite +
# version 0.1.0 +
# version 0.2.0 +
# repository https://github.com/arcticicestudio/nord-termite +
# author Arctic Ice Studio +
# email [email protected] +
Expand All @@ -13,6 +13,7 @@ foreground = #D8DEE9
background = #2E3440
foreground_bold = #D8DEE9
cursor = #D8DEE9
cursor_foreground = #2E3440
highlight = #4C566A

color0 = #3B4252
Expand Down

0 comments on commit 0441b1a

Please sign in to comment.