Skip to content

Commit

Permalink
GHI-#6 Adjust the Git status icon colors
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 8, 2017
1 parent c394588 commit 782ccae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
`
});
};

0 comments on commit 782ccae

Please sign in to comment.