Status Line Plugin for Hyper forked with improvements.
npm install hyper-better-status-line> Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.
Add following to your ~/.hyper.js config.
``javascript`
module.exports = {
...
plugins: ['hyper-better-status-line']
...
}
Add following to ~/.hyper.js
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
background: '#191622',
}
...
}
}
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
foreground: '#fff',
}
...
}
}
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
cwdHoverColor: '#78D1E1',
}
...
}
}
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
branchHoverColor: '#FF79C6',
}
...
}
}
By default use .hyper.js fontFamily
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
fontFamily: 'Fira Code',
}
...
}
}
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
Expected value is CSS color
`javascript`
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
Default value is set to false
`javascript``
module.exports = {
config: {
...
hyperStatusLine: {
isTransparent: true,
}
...
}
}
MIT © Henrik