@littlehelicase/hyper-statusline

1.7.3 • Public • Published

hyper-statusline hyper npm npm

Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.

hyper-statusline

Install

Add following to your ~/.hyper.js config.

module.exports = {
  ...
  plugins: ['hyper-statusline']
  ...
}

Note: Currently doesn't support Windows.

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

/@littlehelicase/hyper-statusline/

    Package Sidebar

    Install

    npm i @littlehelicase/hyper-statusline

    Weekly Downloads

    1

    Version

    1.7.3

    License

    MIT

    Last publish

    Collaborators

    • littlehelicase