hyper-statusline
Version:
Status Line Plugin for Hyper
79 lines (57 loc) • 1.53 kB
Markdown
# 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)
> Status Line Plugin for [Hyper](https://hyper.is). Shows clickable & useful information. Matches any theme.

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