0.1.0 • Published 4 years ago

hyper-highlight-pane v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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)
}