avelino / monotropic-coffee-hyper

Monotropic Coffee theme for Hyper term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monotropic Coffee theme for Hyper

Monochrome theme with coffee-based colors for Hyper, based in Monotropic Coffee.

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'

About

Monotropic Coffee theme for Hyper term

License:MIT License


Languages

Language:JavaScript 100.0%