JSPM

hyper-night-owl

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q62570F
  • License MIT

A Hyper theme based on night-owl-vscode-theme.

Package Exports

  • hyper-night-owl

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-night-owl) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hyper-night-owl

owl

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.

screenshot

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.

⚡️ 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