Verminal
A Hyper theme. 💻
Install / Use
/learn @gielcobben/VerminalREADME
<h1 align="center">
<img src="https://gielcobben.com/github/verminal/icon_256x256.png" width="100" alt="icon"><br>
Verminal
<br>
<br>
</h1>
<br>
<p align="center">
<img src="https://gielcobben.com/github/verminal/github_cover.png" width="840" alt="banner">
<br>
<h6 align="center">INTRODUCTION</h6>
<p align="center">Verminal is a beautiful, fully customizable, theme for the Hyper terminal.</p>
<p align="center"><img src="https://img.shields.io/npm/dw/verminal.svg" /></p>
</p>
<br>
🛠 Install
Installing the Verminal theme for your Hyper terminal couldn't be easier.
Inside Your Hyper Terminal
hyper i 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
}
<br>
<br>
⚡️ 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.
- 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
