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: 2 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T20:35:55.000Z (over 6 years ago)
- Last Synced: 2024-10-29T13:23:34.191Z (7 months 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