hyper-highlight-pane

0.1.0 • Public • Published

hyper-highlight-pane

Plugin for Hyper that highlights the active pane by reducing opacity of inactive panes. Compatible with Hyper 3 (previous versions have not been tested). Inspired by hyper-simple-highlight-active-session that however does not work with Hyper 3.

demo

How to install

hyper i hyper-highlight-pane

How to configure

In .hyper.js add the following to the config object:

highlightPane: {
  activeOpacity: 1.0,  // opacity of active pane, float value between 1.0 and 0.0 (default 1.0)
  inactiveOpacity: 0.5 // opacity of inactive panes, float value between 1.0 and 0.0 (default 0.5)
}

Package Sidebar

Install

npm i hyper-highlight-pane

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

3.34 kB

Total Files

6

Last publish

Collaborators

  • svenjacobs