Skip to content

mmorella-dev/hyper-monokai-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A theme for Hyper inspired by Monokai Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published