Skip to content

hyperborder 0.1.0

Compare
Choose a tag to compare
@webmatze webmatze released this 18 Jul 11:20
· 139 commits to master since this release

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'
  },
  ...
}