Skip to content

JaHes/hyper-vibrance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hyper Vibrance

A simple Hyper Terminal plugin that enables vibrancy on MacOS.

screenshot

Installation

Open ~/.hyper.js and add 'hyper-vibrance' to plugins.

plugins: [
    'hyper-vibrance'
],

Configuration

The backgroundColor must have opacity between 0 and 1 for vibrancy to work.
For example backgroundColor could be:
'rgba(0, 0, 0, 0.5)'

hyper-vibrance can be configured in ~/.hyper.js within the config object.

Example:

module.exports = {
  config: {
    
    // rest of config settings

    hyperVibrance: {
        vibrancy: 'dark',
    }

  }
}

Vibrancy options

There are three vibrancy options. Change 'dark' to one of the options below

'ultra-dark'

screenshot

'dark'

screenshot

'medium-light'

screenshot

Fiddle around with opacity and vibrancy option until you find something you like.

About

A very simple Hyper Terminal plugin that enables Vibrancy on MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published