Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

xi-hyper

pacocoursey60MIT0.1.0

minimal monochrome theme.

xi, ui, apex, black, white, hyper, theme, grayscale, monochrome

readme

Xi-Hyper

A minimal monochrome theme for Hyper.

Xi Hyper Screenshot

Installation

Hyper plugin manager

Ensure you have Hyper installed. Then run the following from the command line:

$ hyper install xi-hyper

Manually

Open your ~/.hyper.js configuration file and add "xi-hyper" to your plugins:

module.exports = {

  config: { /*... */ },

  plugins: [
    "xi-hyper"
  ]

};

Complete the look

Styles shown in the screenshot:

fontFamily: 'SF Mono',
padding: '12px 30px 30px 30px'

Acknowledgements