Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jamiewilson/predawn-hyperterm

Predawn theme for HyperTerm
https://github.com/jamiewilson/predawn-hyperterm

Last synced: 3 months ago
JSON representation

Predawn theme for HyperTerm

Awesome Lists containing this project

README

        

#[Predawn](http://jamiewilson.io/predawn) for [HyperTerm](https://hyperterm.org/)

![Screenshot of Predawn for Hyperterm](http://i.imgur.com/crOzaqr.png)

## Installation

Add to the `plugins` array in your `.hyperterm.js` file:

```js
module.exports = {

config: { /*... */ },

plugins: [
"predawn-hyperterm"
]

};
```