hyper-macos

1.2.1 • Public • Published

hyper-macos npm npm

Get the native look for your Hyperterm! With vibrancy support!

Installation

Add hyper-macos to your ~/.hyper.js

Configuration

Theme options stored in your .hyper.js configuration file under the hyperMacos key (see defaults as an example).

Following theme options are available:

  • vibrancy – configure window vibrancy (see this link for details). ultra-dark used by default. You can completely disable vibrancy by setting it's value to false.

Defaults

The default configuration for the theme is following:

module.exports = {
  config: {
    ...
    hyperMacos: {
      vibrancy: 'ultra-dark'
    }
    ...
  }
};

Tip:

When vibrancy specified, use transparent background color for best experience:

module.exports = {
  config: {
    ...
    backgroundColor: 'rgba(0,0,0,0.1)',
    ...
  }
};

License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hyper-macos

      Weekly Downloads

      3

      Version

      1.2.1

      License

      MIT

      Last publish

      Collaborators

      • dkfiresky