• Stars
    star
    441
  • Rank 98,861 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Hyper theme. πŸ’»

icon
Verminal


banner

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
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 this repository to your own GitHub account.
  2. Clone to your local device: git clone [email protected]:<your_github_username>/verminal.git
  3. Install the dependencies: npm install


πŸ‘­ Friends



πŸ”‘ License

MIT Β© Vernon de Goede & Giel Cobben