1.1.0 • Published 6 years ago

hyper-night-owl v1.1.0

Weekly downloads
496
License
MIT
Repository
github
Last release
6 years ago

hyper-night-owl is a beautiful theme for the Hyper terminal based on the Night Owl VS Code dark theme, which is optimized for working at night, accessibility, and colorblindness.

This code for this theme is based on the Verminal Hyper terminal theme.

INTRODUCTION

version downloads MIT License

PRs Welcome Code of Conduct

🛠 Install

Installing the hyper-night-owl theme for your Hyper terminal couldn't be easier.

Hyper's built-in CLI (hyper)
  1. hyper i hyper-night-owl
  2. Enjoy hyper-night-owl.
Manually
  1. Open ~/.hyper.js in your favorite editor.
  2. Add hyper-night-owl to the plugins array.
  3. Enjoy hyper-night-owl.

⚙️ Configure

By default, hyper-night-owl aims to deliver a beautiful experience out of the box. By default, it does not supply a transparent background, however, if you'd like to have this, I recommend installing and configuring the hyper-opacity plugin.

⚡️ Contribute

If you would like to help improve this 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 git@github.com:<your_github_username>/hyper-night-owl.git
  3. Run the setup script: npm run setup