0.1.1 • Published 9 years ago
hyper-smartertabs v0.1.1
hyper-smartertabs

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