JSPM

mno-hyper

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q27724F
  • License MIT

minimal monochrome theme.

Package Exports

  • mno-hyper

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 (mno-hyper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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'

Acknowledgements