Enhanced Tabs Plugin for Hyper. Matches any theme.
Install
Add following to your ~/.hyper.js
config.
moduleexports = ... plugins: 'hyper-tabs-enhanced' ...
Config
Add following to ~/.hyper.js
Enable Traffic Buttons
Default value is false
moduleexports = config: ... hyperTabs: trafficButtons: true ...
Enable Border
Default value is false
moduleexports = config: ... hyperTabs: border: true ...
Disable Tab Icons
Default value is true
moduleexports = config: ... hyperTabs: tabIcons: false ...
Enable Colored Tab Icons
Default value is false
moduleexports = config: ... hyperTabs: tabIconsColored: true ...
Change Activity Color
Expected value is CSS color
moduleexports = config: ... hyperTabs: activityColor: 'salmon' ...
Align Close Button Right
Default value is 'left'
moduleexports = config: ... hyperTabs: closeAlign: 'right' ...
Disable Activity Pulse
Default value is true
moduleexports = config: ... hyperTabs: activityPulse: false ...
Theme
License
MIT © Henrik