This package has been deprecated

Author message:

this package has been deprecated

hyper-smartertabs

0.1.1 • Public • Published

hyper-smartertabs npm npm

Smarter Tabs Plugin for Hyper. Minimal tabs, dynamic tabs, tab icons & enhanced tab activity. Matches any theme.

Install

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

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

Config

Add following to ~/.hyper.js.

Enable Border

Default value is false

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        border: true,
      }
    ...
  }
}

Change Activity Color

Expected value is CSS colors

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        activityColor: 'salmon',
      }
    ...
  }
}

Disable Tab Icons

Default value is true

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        tabIcons: false,
      }
    ...
  }
}

Disable Activity Pulse

Default value is true

module.exports = {
  config: {
    ...
      hyperSmarterTabs: {
        activityPulse: false,
      }
    ...
  }
}

Theme

License

MIT © Henrik

/hyper-smartertabs/

    Package Sidebar

    Install

    npm i hyper-smartertabs

    Weekly Downloads

    3

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • henrikdahl