baevra-hyper-statusline
v1.7.7
Published
Status Line Plugin for Hyper. Fork verion.
Downloads
3
Maintainers
Readme
hyper-statusline
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