Package Exports
- hyper-materialshell
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-materialshell) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hyper-materialshell

A material design theme for Hyper based on Carlos Cuesta's materialshell.
Install
- Open Hyper.app preferences with your editor - Tip:
CMD+,or at~/.hyper.js. - Add
hyper-materialshellto your plugins list. - Reload hyper -
CMD+Shift+R.
plugins: ['hyper-materialshell']Customization
Materialshell also has an Oceanic colorscheme, to use this version, edit .hyper.js and add this code inside of the config: {} object.
materialshell: {
theme: 'oceanic'
}FAQ
What font is that?
Consolas a monospaced typeface.
How can I get the cool prompt?
The prompt isn't part of Hyper or iTerm, it has to do with the shell. I'm using ZSH with along with materialshell take a look at the materialshell repository.