hyper-monokai-pro
v0.3.1
Published
A theme for Hyper inspired by Monokai Pro
Downloads
9
Readme
hyper-theme-monokai-pro
A theme for Hyper, inspired by Monokai Pro theme for VS Code and Sublime Text.
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
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