dark-verminal
v1.1.0
Published
A Hyper theme.
Downloads
9
Maintainers
Readme
🛠 Install
Installing the Dark Verminal theme for your Hyper terminal couldn't be easier.
Hyper Package Manager (HPM)
hyper i dark-verminal
Manually
- Open
~/.hyper.js
in your favorite editor. - Add
dark-verminal
to theplugins
array. - Enjoy Dark Verminal.
⚙️ Configure
Dark Verminal aims to deliver a beautiful experience out of the box. However, you can override the font-family or font-size specified by Dark Verminal.
- Open
~/.hyper.js
in your favorite editor. - Add a
dark-verminal
object to theconfig
object and specifyfontFamily
and/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 [email protected]:<your_github_username>/verminal.git
- Install the dependencies:
npm install