https://github.com/goronfreeman/hyper-cursor-fade
Cursor blink customization for Hyper
https://github.com/goronfreeman/hyper-cursor-fade
Last synced: 11 months ago
JSON representation
Cursor blink customization for Hyper
- Host: GitHub
- URL: https://github.com/goronfreeman/hyper-cursor-fade
- Owner: goronfreeman
- License: mit
- Created: 2017-07-16T00:59:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T00:59:14.000Z (almost 9 years ago)
- Last Synced: 2025-05-15T16:56:12.985Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hyper-cursor-fade [](https://github.com/zeit/hyper/releases/tag/1.3.0) [](https://www.npmjs.com/package/hyper-cursor-fade) [](https://www.npmjs.com/package/hyper-cursor-fade)
> Cursor blink customization for [Hyper](https://hyper.is).

## Install
Add following to your `~/.hyper.js` config.
```javascript
module.exports = {
...
plugins: ['hyper-cursor-fade']
...
}
```
## Config
Add following to `~/.hyper.js`
### Change Fade Duration
Default value is set to 250
```javascript
module.exports = {
config: {
...
hyperCursorFade: {
fadeDuration: 250
}
...
}
}
```
## Theme
* [hyper-dracula](https://www.npmjs.com/package/hyper-dracula)
## License
MIT