https://github.com/dotcypress/hyper-material
Material Theme for Hyper
https://github.com/dotcypress/hyper-material
Last synced: about 1 month ago
JSON representation
Material Theme for Hyper
- Host: GitHub
- URL: https://github.com/dotcypress/hyper-material
- Owner: dotcypress
- License: mit
- Created: 2016-09-13T07:18:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T21:55:01.000Z (over 8 years ago)
- Last Synced: 2025-02-09T06:58:42.201Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-material
Material theme for [Hyper.app](https://hyper.is).
## Install
Add `hyper-material` to your plugins list in `~/.hyperterm.js`:
```js
plugins: [
// a list of plugins to fetch and install from npm
// format: [@org/]project[#version]
// examples:
// `hyperpower`
// `@company/project`
// `project#1.0.1`
plugins: [
'hyper-material'
]
]
```## Credits
[Official Hyper port of the Material Theme](https://github.com/equinusocio/hyper-material-theme)