decay-hyper
v1.0.2
Published
A theme for the hyper terminal themed using the decay color palette
Downloads
7
Maintainers
Readme
Features
Getting Started
The project documentation contains chapters to learn about the installation and development requirements, learn how to build the project and run the tests.
Quick Start
Nord Hyper can be installed manually by adding nord-hyper
to your ~/.hyper.js
plugin list:
plugins: [
'nord-hyper'
]
The configuration file can be opened with
- ⌘ + ,
- Ctrl + ,
and reloaded with
- ⌘ + Shift + R
- Ctrl + Shift + R
It can also be installed from the command line via hpm by running
hpm install nord-hyper
Contributing
Read the contributing guide to learn about the development process and how to propose enhancement suggestions and report bugs, how to submit pull requests and the project's styleguides, branch organization and versioning model.
The guide also includes information about minimal, complete, and verifiable examples and other ways to contribute to the project like improving existing issues and giving feedback on issues and pull requests.