Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Dec 24, 2016
2 parents 7ab246d + b22e2f7 commit 12b9220
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@

---

# 0.1.0 (2016-12-24)
## Features
Implemented the main color theme file [`nord.reg`](https://github.com/arcticicestudio/nord-putty/blob/develop/src/nord.reg). (@arcticicestudio, #1, 3590df54)

Detailed information about features and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-putty/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-putty/wiki).

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

# 0.0.0 (2016-12-23)
**Project Initialization**
25 changes: 25 additions & 0 deletions src/nord.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Nord]
"Colour0"="216,222,233"
"Colour1"="216,222,233"
"Colour2"="46,52,64"
"Colour3"="46,52,64"
"Colour4"="46,52,64"
"Colour5"="216,222,233"
"Colour6"="59,66,82"
"Colour7"="76,86,106"
"Colour8"="191,97,106"
"Colour9"="191,97,106"
"Colour10"="163,190,140"
"Colour11"="163,190,140"
"Colour12"="235,203,139"
"Colour13"="235,203,139"
"Colour14"="129,161,193"
"Colour15"="129,161,193"
"Colour16"="180,142,173"
"Colour17"="180,142,173"
"Colour18"="136,192,208"
"Colour19"="143,188,187"
"Colour20"="229,233,240"
"Colour21"="236,239,244"

0 comments on commit 12b9220

Please sign in to comment.