JSPM

hyper-set-vibrancy

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q16258F
  • License GPL-3.0-or-later

A simple plugin to set vibrancy options in Hyper on macOS

Package Exports

  • hyper-set-vibrancy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-set-vibrancy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hyper-set-vibrancy

A simple plugin for enabling/customising Vibrancy in Hyper for macOS.

Installation

Add hyper-set-vibrancy to plugins in ~/.hyper.js or install with the Hyper CLI using hyper i hyper-set-vibrancy.

Configuration

Set vibrancy type in ~/.hyper.js using

config: {
    // EXISTING CONFIG
    setVibrancy: "dark",
}

Supported options are dark light medium-light ultra-dark.

The window can be tinted by setting the backgroundColor config option using rgba (eg rgba(0,0,0,0.5)). Vibrancy effects will not be visible if your backgroundColor has an alpha of 1.

Changes will take effect when opening a new window.