Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.
Add following to your ~/.hyper.js
config.
module.exports = {
...
plugins: ['hyper-statusline']
...
}
Add following to ~/.hyper.js
Expected value is CSS color
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
Expected value is CSS color
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
Default value is set to true
module.exports = {
config: {
...
hyperStatusLine: {
footerTransparent: false,
}
...
}
}
MIT © Henrik