Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#6-hyper-statusline-plugin-support' into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
arcticicestudio committed Mar 8, 2017
2 parents 5b9db50 + 782ccae commit 8ec6ad5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
`
});
};

0 comments on commit 8ec6ad5

Please sign in to comment.