https://github.com/carloscuesta/hyper-materialshell
A material design theme for Hyper based on materialshell. ✨
https://github.com/carloscuesta/hyper-materialshell
hyper hyper-theme materialshell theme
Last synced: about 1 year ago
JSON representation
A material design theme for Hyper based on materialshell. ✨
- Host: GitHub
- URL: https://github.com/carloscuesta/hyper-materialshell
- Owner: carloscuesta
- License: mit
- Created: 2016-08-11T17:27:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T14:23:01.000Z (over 2 years ago)
- Last Synced: 2024-05-02T01:08:43.367Z (almost 2 years ago)
- Topics: hyper, hyper-theme, materialshell, theme
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-materialshell
- Size: 916 KB
- Stars: 70
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# hyper-materialshell
[](https://travis-ci.org/carloscuesta/hyper-materialshell)
[](https://codeclimate.com/github/carloscuesta/hyper-materialshell)
[](https://github.com/carloscuesta/hyper-materialshell)
[](https://www.npmjs.com/package/hyper-materialshell)
[](https://github.com/carloscuesta/hyper-materialshell/blob/master/LICENSE)

> A material design theme for [Hyper](http://hyper.is) based on [Carlos Cuesta's materialshell](https://github.com/carloscuesta/materialshell).
## Install
1. Open Hyper.app preferences with your editor - Tip: `CMD+,` or at `~/.hyper.js`.
2. Add `hyper-materialshell` to your plugins list.
3. Reload hyper - `CMD+Shift+R`.
```js
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.
```javascript
materialshell: {
theme: 'oceanic'
}
```
## FAQ
**What font is that?**
[Consolas](https://en.wikipedia.org/wiki/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](https://github.com/carloscuesta/materialshell) take a look at the materialshell repository.
## You might also like
[ZSH materialshell prompt](https://github.com/carloscuesta/materialshell#shell-prompt)
[iTerm materialshell](https://github.com/carloscuesta/materialshell#iterm)
[Atom material syntax](https://github.com/carloscuesta/material-syntax)