Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gielcobben/verminal
A Hyper theme. 💻
https://github.com/gielcobben/verminal
hyper hyperterm terminal theme zeit
Last synced: 17 days ago
JSON representation
A Hyper theme. 💻
- Host: GitHub
- URL: https://github.com/gielcobben/verminal
- Owner: gielcobben
- License: mit
- Created: 2017-09-13T09:08:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T06:54:48.000Z (over 3 years ago)
- Last Synced: 2024-04-13T16:05:31.069Z (7 months ago)
- Topics: hyper, hyperterm, terminal, theme, zeit
- Language: JavaScript
- Homepage: https://npmjs.com/package/verminal
- Size: 6.71 MB
- Stars: 438
- Watchers: 4
- Forks: 30
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Verminal
INTRODUCTION
Verminal is a beautiful, fully customizable, theme for the Hyper terminal.
## 🛠 Install
Installing the Verminal theme for your Hyper terminal couldn't be easier.###### Inside Your Hyper Terminal
1. `hyper i verminal`###### Manually
1. Open `~/.hyper.js` in your favorite editor.
2. Add `verminal` to the `plugins` array.
3. Enjoy Verminal.
## ⚙️ Configure
Verminal aims to deliver a beautiful experience out of the box. However, you can override the font-family or font-size specified by Verminal.1. Open `~/.hyper.js` in your favorite editor.
2. Add a `verminal` object to the `config` object and specify `fontFamily` and/or `fontSize`.###### Example
```javascript
verminal: {
fontFamily: '"My favourite font"',
fontSize: 16
}
```
## ⚡️ Contribute
Verminal is built by developers, for developers. If you are a developer and want to help improve our themes, you're more than welcome to contribute.1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account.
2. [Clone](https://help.github.com/articles/cloning-a-repository/) to your local device: `git clone [email protected]:/verminal.git`
3. Install the dependencies: `npm install`
## 👭 Friends
- [ZEIT](https://github.com/zeit)
## 🔑 License
[MIT](https://github.com/defringe/verminal/blob/master/license) © [Vernon de Goede](https://twitter.com/vernon_dg) & [Giel Cobben](https://twitter.com/gielcobben)