From 2e22ad99561a230ffab59bd505b520469c8650b9 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 8 Mar 2017 16:53:00 +0100 Subject: [PATCH 1/5] GHI-#6 Set the background color to nord1 --- index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.js b/index.js index 699aad0..85f33d5 100644 --- a/index.js +++ b/index.js @@ -116,6 +116,13 @@ exports.decorateConfig = config => { .splitpane_divider { background-color: rgba(67, 76, 94, 0.8) !important; } + /*+---------------+ + + Plugin Support + + +----------------+*/ + /*+--- hyper-statusline ---+*/ + .footer_footer { + background-color: ${nord.nord1}; + } ` }); }; From 5f09f08788d40fb0bc8746776cf4d8cc30f198a0 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 8 Mar 2017 16:53:31 +0100 Subject: [PATCH 2/5] GHI-#6 Change the hover transition to match the tab style --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 85f33d5..b73b7b1 100644 --- a/index.js +++ b/index.js @@ -122,6 +122,7 @@ exports.decorateConfig = config => { /*+--- hyper-statusline ---+*/ .footer_footer { background-color: ${nord.nord1}; + transition: opacity 400ms ease; } ` }); From c39458811dd4c22ba7fc3efdf4d0efc5ccffc61e Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 8 Mar 2017 16:54:24 +0100 Subject: [PATCH 3/5] GHI-#6 Use nord4 for the font color --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index b73b7b1..143d3b1 100644 --- a/index.js +++ b/index.js @@ -124,6 +124,9 @@ exports.decorateConfig = config => { background-color: ${nord.nord1}; transition: opacity 400ms ease; } + .footer_footer .item_item { + color: ${nord.nord4}; + } ` }); }; From 782ccaedab6df9c8125921e216927ce02a114302 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 8 Mar 2017 16:54:54 +0100 Subject: [PATCH 4/5] GHI-#6 Adjust the Git status icon colors --- index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.js b/index.js index 143d3b1..82792bb 100644 --- a/index.js +++ b/index.js @@ -127,6 +127,13 @@ exports.decorateConfig = config => { .footer_footer .item_item { color: ${nord.nord4}; } + .footer_footer .item_icon.icon_dirty { + background-color: ${nord.nord13}; + } + .footer_footer .item_icon.icon_pull, + .footer_footer .item_icon.icon_push { + background-color: ${nord.nord7}; + } ` }); }; From 3feeec0b9da0851abee886fb401b2287b35edd65 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 8 Mar 2017 17:37:07 +0100 Subject: [PATCH 5/5] Prepare stable development npm package release version 0.2.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a14631..0890857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ --- +# 0.2.0 +*2017-03-08* +## Features +### Plugin Support +❯ Added optimized style integration for the [hyper-statusline](https://www.npmjs.com/package/hyper-statusline) plugin. (@arcticicestudio, #6, 8ec6ad5d) + +


Hovered

Hover transition

+ # 0.1.1 *2017-02-21* ## Improvements diff --git a/README.md b/README.md index 1cfd8d1..899469c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ hpm install nord-hyper

Non-obtrusive cursor blinking.

## Development -[![](https://img.shields.io/badge/Changelog-0.1.1-81A1C1.svg)](https://github.com/arcticicestudio/nord-hyper/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.2.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-hyper/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) Continuous integration builds are running at [Travis-CI](https://travis-ci.org/arcticicestudio/nord-hyper) and [Circle CI](https://circleci.com/gh/arcticicestudio/nord-hyper). @@ -51,4 +51,4 @@ Please report issues/bugs, feature requests and suggestions for improvements to

Copyright © 2017 Arctic Ice Studio

-

+

diff --git a/package.json b/package.json index b5ff41c..2d8bd77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord-hyper", "title": "Nord Hyper", - "version": "0.1.1", + "version": "0.2.0", "description": "A arctic, north-bluish clean and elegant Hyper theme plugin", "author": { "name": "Arctic Ice Studio",