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
Non-obtrusive cursor blinking.
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",