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/index.js b/index.js index 699aad0..82792bb 100644 --- a/index.js +++ b/index.js @@ -116,6 +116,24 @@ exports.decorateConfig = config => { .splitpane_divider { background-color: rgba(67, 76, 94, 0.8) !important; } + /*+---------------+ + + Plugin Support + + +----------------+*/ + /*+--- hyper-statusline ---+*/ + .footer_footer { + background-color: ${nord.nord1}; + transition: opacity 400ms ease; + } + .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}; + } ` }); }; 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",