https://github.com/henrikruscon/hyper-tabs-enhanced
Enhanced Tabs Plugin for Hyper
https://github.com/henrikruscon/hyper-tabs-enhanced
enhanced hyper hyperterm icons plugin tab tabs theme
Last synced: about 1 year ago
JSON representation
Enhanced Tabs Plugin for Hyper
- Host: GitHub
- URL: https://github.com/henrikruscon/hyper-tabs-enhanced
- Owner: henrikruscon
- License: mit
- Archived: true
- Created: 2017-01-02T17:30:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T20:35:55.000Z (over 7 years ago)
- Last Synced: 2024-10-29T13:23:34.191Z (over 1 year ago)
- Topics: enhanced, hyper, hyperterm, icons, plugin, tab, tabs, theme
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 192
- Watchers: 5
- Forks: 20
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hyper-tabs-enhanced [](https://github.com/zeit/hyper/releases/tag/1.3.0) [](https://www.npmjs.com/package/hyper-tabs-enhanced) [](https://www.npmjs.com/package/hyper-tabs-enhanced)
> Enhanced Tabs Plugin for [Hyper](https://hyper.is). Matches any theme.

## Install
Add following to your `~/.hyper.js` config.
```javascript
module.exports = {
...
plugins: ['hyper-tabs-enhanced']
...
}
```
## Config
Add following to `~/.hyper.js`

### Enable Traffic Buttons
Default value is `false`
```javascript
module.exports = {
config: {
...
hyperTabs: {
trafficButtons: true,
}
...
}
}
```

### Enable Border
Default value is `false`
```javascript
module.exports = {
config: {
...
hyperTabs: {
border: true,
}
...
}
}
```

### Disable Tab Icons
Default value is `true`
```javascript
module.exports = {
config: {
...
hyperTabs: {
tabIcons: false,
}
...
}
}
```

### Enable Colored Tab Icons
Default value is `false`
```javascript
module.exports = {
config: {
...
hyperTabs: {
tabIconsColored: true,
}
...
}
}
```

### Change Activity Color
Expected value is `CSS color`
```javascript
module.exports = {
config: {
...
hyperTabs: {
activityColor: 'salmon',
}
...
}
}
```

### Align Close Button Right
Default value is `'left'`
```javascript
module.exports = {
config: {
...
hyperTabs: {
closeAlign: 'right',
}
...
}
}
```
### Disable Activity Pulse
Default value is `true`
```javascript
module.exports = {
config: {
...
hyperTabs: {
activityPulse: false,
}
...
}
}
```
# Theme
* [hyper-chesterish](https://github.com/henrikdahl/hyper-chesterish)
## License
MIT © Henrik