hyperborder 0.1.0
Adds plugin configuration support.
- allow to set the border color of the tabs (#1)
- allow to set the hyperborder width
Add the following to your ~/.hyperterm.js configuration:
config: {
...
hyperborder: {
borderWidth: '4px',
tabsBorderColor: 'darkgrey'
},
...
}