hyper-toggle-transparency

0.1.0 • Public • Published

hyper-toggle-transparency

Toggle transparency of Hyper by ⌘-u/ctrl-u. This plug-in aimed to mimic the toggle transparency behavior of iTerm2.

Demo

Configuration

hyper-toggle-transparency can be configured in ~/.hyper.js configuration file within the config object:

module.exports = {
  config: {
    // ... other options
    hyperToggleTransparency: {
      opacity: 0.7,  // set transparency from 0.0 to 1.0
    },
    plugins: [
      'hyper-toggle-transparency'
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i hyper-toggle-transparency

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

15.7 kB

Total Files

6

Last publish

Collaborators

  • ganow