hyperterm-transparent-vibrancy

1.0.6 • Public • Published

hyper-transparent-vibrancy

Dynamically set the backgroundColor with transparency and apply vibrancy. Compatible with any theme, pulls in existing value and adds alpha.

hyper-transparent-vibrancy-preview

Note: See example below, load hyper-transparent-vibrancy after your theme plugin.

module.exports = {
  ...

  config: {
    ...

    hyperTransparentVibrancy: {
      alpha: 0.5, // default 50%
      vibrancy: 'dark'
    },

    ...
  },

  plugins: [
    'hyper-snazzy',
    'hyper-transparent-vibrancy',
  ],

  ...
}

Package Sidebar

Install

npm i hyperterm-transparent-vibrancy

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

3.16 MB

Total Files

4

Last publish

Collaborators

  • lyrillind