An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# hyper-material

Material theme for [Hyper.app](https://hyper.is).

hyper-material

## 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)