https://github.com/cloudymax/hyper-spacechalk
A hyper-terminal theme inspired by jessebot/onboardme's spacechalk vim colors.
https://github.com/cloudymax/hyper-spacechalk
Last synced: about 1 year ago
JSON representation
A hyper-terminal theme inspired by jessebot/onboardme's spacechalk vim colors.
- Host: GitHub
- URL: https://github.com/cloudymax/hyper-spacechalk
- Owner: cloudymax
- License: mit
- Created: 2022-10-26T12:53:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T13:16:07.000Z (over 3 years ago)
- Last Synced: 2025-03-29T10:36:33.922Z (about 1 year ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyper-Spacechalk

> A theme for the [Hyper Terminal](https://hyper.is) inspired by Jessebot's spacechalk VIM theme for [onboardme](https://github.com/jessebot/onboardme)
## Install
Add `hyper-spacechalk` to the plugins list
```js
module.exports = {
...
plugins: [
'hyper-spacechalk'
],
}
```
## License
MIT @ [Cloudymax](https://github.com/cloudymax)