mno-hyper

minimal monochrome theme.

Usage no npm install needed!

<script type="module">
  import mnoHyper from 'https://cdn.skypack.dev/mno-hyper';
</script>

README

Xi-Hyper

A minimal monochrome theme for Hyper.

MNO Hyper Screenshot

Installation

Hyper plugin manager

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

$ hyper install mno-hyper

Manually

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

module.exports = {

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

  plugins: [
    "mno-hyper"
  ]

};

Complete the look

Styles shown in the screenshot:

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

Related

Acknowledgements