Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamiewilson/predawn-hyperterm
- Owner: jamiewilson
- License: mit
- Created: 2016-10-03T18:59:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T15:59:21.000Z (about 6 years ago)
- Last Synced: 2024-09-25T06:52:47.530Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
]};
```