hyper-statusline [](https://github.com/zeit/hyper/releases/tag/1.3.3) [](https://www.npmjs.com/package/hyper-statusline) [](https://www.npmjs.com/package/hyper-statusline)
March 18, 2018 · View on GitHub
Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.

Install
Add following to your ~/.hyper.js config.
module.exports = {
...
plugins: ['hyper-statusline']
...
}
Config
Add following to ~/.hyper.js
Change Git Dirty Color
Expected value is CSS color
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
Change Git Ahead Color
Expected value is CSS color
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
Disable Footer Transparency
Default value is set to true
module.exports = {
config: {
...
hyperStatusLine: {
footerTransparent: false,
}
...
}
}
Theme
License
MIT © Henrik