Skip to content

Commit

Permalink
GHI-#6 Set the background color to nord1
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 8, 2017
1 parent 5b9db50 commit 2e22ad9
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 @@ -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};
}
`
});
};

0 comments on commit 2e22ad9

Please sign in to comment.