Package Exports
- verminal
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (verminal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Verminal
INTRODUCTION
Verminal is a set of beautiful theme goodies for your favorite developer tools.
Currently supporting Hyper terminal.
🛠 Install
Installing the Verminal theme for your Hyper terminal couldn't be easier.
Hyper Package Manager (HPM)
npm install -g hpm-clihpm install verminal- Enjoy Verminal.
Manually
- Open
~/.hyper.jsin your favorite editor. - Add
verminalto thepluginsarray. - 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.
- Open
~/.hyper.jsin your favorite editor. - Add a
verminalobject to theconfigobject and specifyfontFamilyand/orfontSize.
Example
verminal: {
fontFamily: '"My favourite font"',
fontSize: 16
}⚡️ Contribute
These themes are built by developers, for developers. If you are a developer and want to help improve our themes, you're more than welcome to contribute.
- Fork this repository to your own GitHub account.
- Clone to your local device:
git clone git@github.com:<your_github_username>/verminal.git - Install the dependencies:
npm install
🚗 Roadmap
We continuously want to expand verminal to all your favorite developer tools. We currently support the Hyper terminal from ZEIT. Please let us know if your favorite app is missing so we can add it.
Editors
- Atom
- Visual Studio Code
Terminals
- Hyper
- iTerm
- Native Terminal