Releases: webmatze/hyperborder
Releases · webmatze/hyperborder
hyperborder 0.3.1
- reversed the gradient of the border to match the HyperTerm logo
- fixed the border radius of the tabs
- fixed some hard coded values
hyperborder 0.3.0
The CSS has been completely refactored.
- this should fix the problems with other themes (#2)
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'
},
...
}