0.1.0 • Published 1 year ago

monotropic-coffee-hyper v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Monotropic Coffee theme for Hyper

Monochrome theme with coffee-based colors for Hyper.

Monotropic Coffee Hyper Screenshot

Installation

Hyper plugin manager

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

hyper install monotropic-coffee-hyper

Manually

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

module.exports = {

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

  plugins: [
    "monotropic-coffee-hyper"
  ]

};

Complete the look

Styles shown in the screenshot:

fontFamily: 'Fira Code',
padding: '12px 30px 30px 30px'