0.3.1 • Published 4 years ago

hyper-monokai-pro v0.3.1

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

hyper-theme-monokai-pro

npm version

A theme for Hyper, inspired by Monokai Pro theme for VS Code and Sublime Text.

Monokai Pro Theme

Installation

Add "hyper-monokai-pro" to the beginning of plugins in ~/.hyper.js.

Compatibility note

If you are using another extension like hyper-tabs-enhanced which modifies Hyper's CSS, you should place this theme before those extensions, otherwise it will use colors based on the pre-existing theme, rather than this one.

Configuration

There are several themes included in this plugin.

  • pro – Monokai Pro (default)
  • octagon – Monokai Pro (Filter Octagon)
  • machine – Monokai Pro (Filter Machine)
  • ristretto – Monokai Pro (Filter Machine)
  • spectrum – Monokai Pro (Filter Machine)
  • classic – Monokai Classic

To switch between them, add the following property to your ~/hyper.js file

module.exports = {
  config: {
    ...
    hyperMonokaiPro: {
        // theme: "pro" || "octagon" || "machine" || "ristretto" || "spectrum" || "classic"
        theme: "octagon"
    },
    ...
  }
}

Screenshots

Monokai Octagon Theme

Monokai Ristretto Theme

Monokai Spectrum Theme

Monokai Machine Theme

Monokai Classic Theme

Credit

This plugin is a port of color schemes contained in the Monokai Pro theme for VSCode. Monokai Pro is a commercial product created by Wimer Hazenberg, with whom this project is entirely unaffiliated.

I encourage you to support his work by purchasing a license.

License

MIT © MozzarellaM

0.3.0

4 years ago

0.3.1

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.2

4 years ago

0.1.0

5 years ago