From 9e4fee4db58d9e1dee5efff2657b6a239808bbcc Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 23 Dec 2016 10:29:42 +0100 Subject: [PATCH 1/2] GHI-#1 Implement main color theme --- src/nord.reg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 src/nord.reg diff --git a/src/nord.reg b/src/nord.reg new file mode 100755 index 0000000..00d3269 --- /dev/null +++ b/src/nord.reg @@ -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" From b22e2f7864b443e21b10012ceb02a99b2a058ebb Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 24 Dec 2016 12:03:00 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Prepare=C2=B7stable=C2=B7development=C2=B7i?= =?UTF-8?q?nitial=C2=B7release=C2=B7version=C2=B70.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c4860..bb181c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). + +


htop

+ # 0.0.0 (2016-12-23) **Project Initialization**