Full Code of bnb/awesome-hyper for AI

master 6b9f209da885 cached
9 files
118.9 KB
35.6k tokens
1 requests
Download .txt
Repository: bnb/awesome-hyper
Branch: master
Commit: 6b9f209da885
Files: 9
Total size: 118.9 KB

Directory structure:
gitextract_lafuq4r1/

├── .gitattributes
├── .github/
│   └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── .travis.yml
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── code-of-conduct.md
└── compositor.json

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitattributes
================================================
* text=auto
*.ai binary
readme.md merge=union


================================================
FILE: .github/PULL_REQUEST_TEMPLATE.md
================================================
<!--- Provide a general summary of your changes in the Title above -->

## Checklist for submitting a resource to `awesome-hyper`:

<!--- Go over all the following points, and put an `x` in all the boxes that have been completed. -->
<!--- More detailed instructions are in the project's CONTRIBUTING.md - please read it if you have a question!-->
<!--- If you're still unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] **Title:** The title for the addition uses its npm title (`hyper-example`) or the resource's title.
- [ ] **Link:** The link for the addition uses the npmjs.com link (`https://www.npmjs.com/package/hyper-example`) or the resource's full URI.
- [ ] **Repository:** The `package.json` file of the resource contains [repository information](https://docs.npmjs.com/files/package.json#repository).
- [ ] **Visual:** There is a visual representation of what the addition does in its source repository.
- [ ] **Location:** The awesome addition is in the correct category or sub-category.
  - If it's a **plugin or resource**, put your awesome item at the **BOTTOM** of the correct section.
  - If it's a **theme**, insert it according to the **ALPHABETICAL** order.
- [ ] **Description:** I've written a short (one sentence) description for the addition in the `README.md`.
- [ ] **Downloads:** I've added a download stats badge in the second column (`[![npm](https://img.shields.io/npm/dm/hyper-example.svg?label=DL)]()`)


================================================
FILE: .gitignore
================================================
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

.DS_Store


================================================
FILE: .travis.yml
================================================
language: ruby
rvm: 2.2
before_script: gem install awesome_bot
script: awesome_bot README.md --allow-dupe -w issues/new,shields
notifications:
  email: false


================================================
FILE: CONTRIBUTING.md
================================================
# Contribution Guidelines

Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.


## Important!
> The pull request should have a useful title. Pull requests with `Update readme.md` as title will be closed right away because I'm so tired of nobody reading this document. Please carefully read everything in `Adding to this list`.

## Table of Contents

- [Adding to this list](#adding-to-this-list)
- [Adding something to an awesome list](#adding-something-to-an-awesome-list)
- [Updating your Pull Request](#updating-your-pull-request)

## Adding to this list

Please ensure your pull request adheres to the following guidelines:

- Search previous requests for additions to awesome-hyper before making a new one - your request may be a duplicate.
- Make an individual pull request for each suggestion to `awesome-hyper`.
- For Hyper **package** and **theme** names, please use the package name as published on npm, and as displayed in the URI of the package.
  - As an example, the title of `https://www.npmjs.com/package/hyper-snazzy` would be `hyper-snazzy`
- For new suggestions, use the following formatting `[hyper-plugin-name](link) - Your awesome description | [![npm](https://img.shields.io/npm/dm/hyper-plugin-name.svg?label=DL)](link)`
  - As an example, here's how `hyper-snazzy` would be formatted:
  - `[hyper-snazzy](https://www.npmjs.com/package/hyper-snazzy) - A super snazzy theme for Hyper, with muted off-neon colors. | [![npm](https://img.shields.io/npm/dm/hyper-snazzy.svg?label=DL)](https://www.npmjs.com/package/hyper-snazzy)`
- Link additions should be added to the **BOTTOM** or inserted according to the **ALPHABETICAL** order:
  - If it's a plugin or resource, put your awesome item at the **BOTTOM** of the correct section.
  - If it's a theme, insert it according to the **ALPHABETICAL** order.
- New categories or improvements to the existing categorization are _always_ welcome.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
- The pull request and commit should have a useful title.

Suggestions for ammendments to these guidelines are always welcome - feel free to submit an issue or pull request.

## How to: Add a plugin, theme, or resource to awesome-hyper

If you have something awesome to contribute to awesome-hyper list, this is how you can do it.

You'll need to have a GitHub account - you can [register here](https://github.com/join)!

1. Access awesome-hyper's GitHub page [here](https://github.com/bnb/awesome-hyper)
2. Click on the `README.md` file: ![Step 2 Click on Readme.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png)
3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png)
4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). ![Step 4 - Edit the file](https://cloud.githubusercontent.com/assets/170270/9402932/7301c3a0-480c-11e5-81f5-7e343b71674f.png)
5. Say why you're proposing the changes, and then click on "Propose file change". ![Step 5 - Propose Changes](https://cloud.githubusercontent.com/assets/170270/9402937/7dd0652a-480c-11e5-9138-bd14244593d5.png)
6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!

## Updating your Pull Request

Sometimes, the maintainers of awesome-hyper will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-hyper list guidelines. We're always happy to help in any way we can.

[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.


================================================
FILE: LICENSE
================================================
CC0 1.0 Universal

Statement of Purpose

The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator and
subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").

Certain owners wish to permanently relinquish those rights to a Work for the
purpose of contributing to a commons of creative, cultural and scientific
works ("Commons") that the public can reliably and without fear of later
claims of infringement build upon, modify, incorporate in other works, reuse
and redistribute as freely as possible in any form whatsoever and for any
purposes, including without limitation commercial purposes. These owners may
contribute to the Commons to promote the ideal of a free culture and the
further production of creative, cultural and scientific works, or to gain
reputation or greater distribution for their Work in part through the use and
efforts of others.

For these and/or other purposes and motivations, and without any expectation
of additional consideration or compensation, the person associating CC0 with a
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
and publicly distribute the Work under its terms, with knowledge of his or her
Copyright and Related Rights in the Work and the meaning and intended legal
effect of CC0 on those rights.

1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not limited
to, the following:

  i. the right to reproduce, adapt, distribute, perform, display, communicate,
  and translate a Work;

  ii. moral rights retained by the original author(s) and/or performer(s);

  iii. publicity and privacy rights pertaining to a person's image or likeness
  depicted in a Work;

  iv. rights protecting against unfair competition in regards to a Work,
  subject to the limitations in paragraph 4(a), below;

  v. rights protecting the extraction, dissemination, use and reuse of data in
  a Work;

  vi. database rights (such as those arising under Directive 96/9/EC of the
  European Parliament and of the Council of 11 March 1996 on the legal
  protection of databases, and under any national implementation thereof,
  including any amended or successor version of such directive); and

  vii. other similar, equivalent or corresponding rights throughout the world
  based on applicable law or treaty, and any national implementations thereof.

2. Waiver. To the greatest extent permitted by, but not in contravention of,
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
and Related Rights and associated claims and causes of action, whether now
known or unknown (including existing as well as future claims and causes of
action), in the Work (i) in all territories worldwide, (ii) for the maximum
duration provided by applicable law or treaty (including future time
extensions), (iii) in any current or future medium and for any number of
copies, and (iv) for any purpose whatsoever, including without limitation
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
the Waiver for the benefit of each member of the public at large and to the
detriment of Affirmer's heirs and successors, fully intending that such Waiver
shall not be subject to revocation, rescission, cancellation, termination, or
any other legal or equitable action to disrupt the quiet enjoyment of the Work
by the public as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback. Should any part of the Waiver for any reason be
judged legally invalid or ineffective under applicable law, then the Waiver
shall be preserved to the maximum extent permitted taking into account
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
is so judged Affirmer hereby grants to each affected person a royalty-free,
non transferable, non sublicensable, non exclusive, irrevocable and
unconditional license to exercise Affirmer's Copyright and Related Rights in
the Work (i) in all territories worldwide, (ii) for the maximum duration
provided by applicable law or treaty (including future time extensions), (iii)
in any current or future medium and for any number of copies, and (iv) for any
purpose whatsoever, including without limitation commercial, advertising or
promotional purposes (the "License"). The License shall be deemed effective as
of the date CC0 was applied by Affirmer to the Work. Should any part of the
License for any reason be judged legally invalid or ineffective under
applicable law, such partial invalidity or ineffectiveness shall not
invalidate the remainder of the License, and in such case Affirmer hereby
affirms that he or she will not (i) exercise any of his or her remaining
Copyright and Related Rights in the Work or (ii) assert any associated claims
and causes of action with respect to the Work, in either case contrary to
Affirmer's express Statement of Purpose.

4. Limitations and Disclaimers.

  a. No trademark or patent rights held by Affirmer are waived, abandoned,
  surrendered, licensed or otherwise affected by this document.

  b. Affirmer offers the Work as-is and makes no representations or warranties
  of any kind concerning the Work, express, implied, statutory or otherwise,
  including without limitation warranties of title, merchantability, fitness
  for a particular purpose, non infringement, or the absence of latent or
  other defects, accuracy, or the present or absence of errors, whether or not
  discoverable, all to the greatest extent permissible under applicable law.

  c. Affirmer disclaims responsibility for clearing rights of other persons
  that may apply to the Work or any use thereof, including without limitation
  any person's Copyright and Related Rights in the Work. Further, Affirmer
  disclaims responsibility for obtaining any necessary consents, permissions
  or other rights required for any use of the Work.

  d. Affirmer understands and acknowledges that Creative Commons is not a
  party to this document and has no duty or obligation with respect to this
  CC0 or use of the Work.

For more information, please see
<http://creativecommons.org/publicdomain/zero/1.0/>


================================================
FILE: README.md
================================================
# Awesome Hyper [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Awesome](https://img.shields.io/travis/bnb/awesome-hyper.svg)](https://travis-ci.org/bnb/awesome-hyper)

[<img src="hyper-3-color-logo.svg" align="right" width="240">](https://hyper.is)

> A curated list of sweet Hyper [packages](#packages), [themes](#themes), and [resources](#resources).

*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. You might also like [awesome-node](https://github.com/sindresorhus/awesome-nodejs) and [awesome-npm](https://github.com/sindresorhus/awesome-npm), which both have CLI stuff you can use with Hyper!*

*Please read the [contribution guidelines](CONTRIBUTING.md) before contributing.*

**Check out the official [Hyper site](https://hyper.is), check out [Vercel](https://vercel.com), and their interesting Hosting product, [Now](https://vercel.com/home).**

Want to add your awesome Hyper package, theme, or resource? Make the change and [open a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)!

Like `awesome-hyper`? Reach out to [@bitandbang](https://twitter.com/bitandbang), [@matheusfrndes](https://twitter.com/matheusfrndes), and [@iamstarkov](https://twitter.com/iamstarkov) on Twitter and say *hi*! 👋

<!-- AWESOME ITEM TEMPLATE --

* [Hyper Awesome Name](hyper.awesome.link) - Kick-arse description of why the Package, Theme, or resource is AWESOME!

-- /AWESOME ITEM TEMPLATE -->

# Contents

- [Packages](#packages)
  - [Productivity](#productivity)
  - [Customization](#customization)
  - [Development](#development)
  - [Fun](#fun)
- [Themes](#themes)
- [Resources](#resources)

# Packages
Know of another Hyper package? [Help add it!](https://github.com/bnb/awesome-hyper/issues/new)

## Productivity

Name and description | Downloads
-------------------- | -------------
[hyperline](https://www.npmjs.com/package/hyperline) - A status line at the bottom of your Hyper! | [![npm](https://img.shields.io/npm/dm/hyperline.svg?label=DL)](https://www.npmjs.com/package/hyperline)
[hypercwd](https://www.npmjs.com/package/hypercwd) - Open new tabs with the same directory as your current tab. | [![npm](https://img.shields.io/npm/dm/hypercwd.svg?label=DL)](https://www.npmjs.com/package/hypercwd)
[hyperterm-visor](https://www.npmjs.com/package/hyperterm-visor) - Show/hide your Hyper terminal with a global hotkey & more. | [![npm](https://img.shields.io/npm/dm/hyperterm-visor.svg?label=DL)](https://www.npmjs.com/package/hyperterm-visor)
[hyper-sync-settings](https://www.npmjs.com/package/hyper-sync-settings) - Easy way to backup and restore Hyper settings to Github. | [![npm](https://img.shields.io/npm/dm/hyper-sync-settings.svg?label=DL)](https://www.npmjs.com/package/hyper-sync-settings)
[hyperterm-summon](https://www.npmjs.com/package/hyperterm-summon) - Summon your Hyper windows with a system-wide hotkey. | [![npm](https://img.shields.io/npm/dm/hyperterm-summon.svg?label=DL)](https://www.npmjs.com/package/hyperterm-summon)
[hyperterm-paste](https://www.npmjs.com/package/hyperterm-paste) - Pasting into terminal made safe and easy. | [![npm](https://img.shields.io/npm/dm/hyperterm-paste.svg?label=DL)](https://www.npmjs.com/package/hyperterm-paste)
[hyperterm-lastpass](https://www.npmjs.com/package/hyperterm-lastpass) - LastPass plugin for autofilling passwords in Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-lastpass.svg?label=DL)](https://www.npmjs.com/package/hyperterm-lastpass)
[hyperterm-dibdabs](https://www.npmjs.com/package/hyperterm-dibdabs) - Unique colored dot on the left of the tab is added for quick identification of commonly used tabs based on its title. | [![npm](https://img.shields.io/npm/dm/hyperterm-dibdabs.svg?label=DL)](https://www.npmjs.com/package/hyperterm-dibdabs)
[hyperterm-tabs](https://www.npmjs.com/package/hyperterm-tabs) - Rearrange tabs by drag&dropping them. | [![npm](https://img.shields.io/npm/dm/hyperterm-tabs.svg?label=DL)](https://www.npmjs.com/package/hyperterm-tabs)
[hyperterm-focus-reporting](https://www.npmjs.com/package/hyperterm-focus-reporting) - Adds focus reporting to Hyper - similar to iTerm2. | [![npm](https://img.shields.io/npm/dm/hyperterm-focus-reporting.svg?label=DL)](https://www.npmjs.com/package/hyperterm-focus-reporting)
[hyperlinks](https://www.npmjs.com/package/hyperlinks) - Extension for Hyper that automatically links URLs. | [![npm](https://img.shields.io/npm/dm/hyperlinks.svg?label=DL)](https://www.npmjs.com/package/hyperlinks)
[hyper-statusline](https://www.npmjs.com/package/hyper-statusline) - Status line showing current cwd and git branch status. | [![npm](https://img.shields.io/npm/dm/hyper-statusline.svg?label=DL)](https://www.npmjs.com/package/hyper-statusline)
[hyper-statusline-extended](https://www.npmjs.com/package/hyper-statusline-extended) hyper-statusline rewritten and extended with more features for Hyper 3. | [![npm](https://img.shields.io/npm/dm/hyper-statusline-extended.svg?label=DL)]((https://www.npmjs.com/package/hyper-statusline-extended))
[hypernpm](https://www.npmjs.com/package/hypernpm) - Use keyboard shortcuts to run npm script commands. | [![npm](https://img.shields.io/npm/dm/hypernpm.svg?label=DL)](https://www.npmjs.com/package/hypernpm)
[hyper-startup](https://www.npmjs.com/package/hyper-startup) - Executes any configured commands when Hyper loads. | [![npm](https://img.shields.io/npm/dm/hyper-startup.svg?label=DL)](https://www.npmjs.com/package/hyper-startup)
[hyper-fileio](https://www.npmjs.com/package/hyper-fileio) - Ephemeral file sharing direct from Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-fileio.svg?label=DL)](https://www.npmjs.com/package/hyper-fileio)
[hyper-history](https://www.npmjs.com/package/hyper-history) - Show a list of history commands. | [![npm](https://img.shields.io/npm/dm/hyper-history.svg?label=DL)](https://www.npmjs.com/package/hyper-history)
[hyper-alt-click](https://www.npmjs.com/package/hyper-alt-click) - Allows moving the cursor by alt+click'ing where you want it to go. | [![npm](https://img.shields.io/npm/dm/hyper-alt-click.svg?label=DL)](https://www.npmjs.com/package/hyper-alt-click)
[hyperterm-safepaste](https://www.npmjs.com/package/hyperterm-safepaste) - Edit your pastes before executing them. | [![npm](https://img.shields.io/npm/dm/hyperterm-safepaste.svg?label=DL)](https://www.npmjs.com/package/hyperterm-safepaste)
[hyper-broadcast](https://www.npmjs.com/package/hyper-broadcast) - Broadcast user inputs to multiple terms. | [![npm](https://img.shields.io/npm/dm/hyper-broadcast.svg?label=DL)](https://www.npmjs.com/package/hyper-broadcast)
[hyperdocs](https://www.npmjs.com/package/hyperdocs) - Get documentation pages right in your terminal. | [![npm](https://img.shields.io/npm/dm/hyperdocs.svg?label=DL)](https://www.npmjs.com/package/hyperdocs)
[hyper-search](https://www.npmjs.com/package/hyper-search) - Search text in your terminal. | [![npm](https://img.shields.io/npm/dm/hyper-search.svg?label=DL)](https://www.npmjs.com/package/hyper-search)
[hypergoogle](https://www.npmjs.com/package/hypergoogle) - Search Google from your terminal. | [![npm](https://img.shields.io/npm/dm/hypergoogle.svg?label=DL)](https://www.npmjs.com/package/hypergoogle)
[hyperduck](https://www.npmjs.com/package/hyperduck) - Search DuckDuckGo from your terminal. | [![npm](https://img.shields.io/npm/dm/hyperduck.svg?label=DL)](https://www.npmjs.com/package/hyperduck)
[hyper-quit](https://www.npmjs.com/package/hyper-quit) - Quit Hyper on macOS when last window closes. | [![npm](https://img.shields.io/npm/dm/hyper-quit.svg?label=DL)](https://www.npmjs.com/package/hyper-quit)
[hyper-confirm](https://www.npmjs.com/package/hyper-confirm) - Displays a confirmation dialog before quitting Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-confirm.svg?label=DL)](https://www.npmjs.com/package/hyper-confirm)
[hyper-match](https://www.npmjs.com/package/hyper-match) - Links patterns such as urls, emails and file paths to configured commands. | [![npm](https://img.shields.io/npm/dm/hyper-match.svg?label=DL)](https://www.npmjs.com/package/hyper-match)
[hyper-savetext](https://www.npmjs.com/package/hyper-savetext) - Save your terminal's text to a file. | [![npm](https://img.shields.io/npm/dm/hyper-savetext.svg?label=DL)](https://www.npmjs.com/package/hyper-savetext)
[hyper-visual](https://www.npmjs.com/package/hyper-visual) - CLI commands from the history and the context now listed in a clickable GUI. | [![npm](https://img.shields.io/npm/dm/hyper-visual.svg?label=DL)](https://www.npmjs.com/package/hyper-visual)
[hyper-init](https://www.npmjs.com/package/hyper-init) - The ultimate and most complete extension to initialize commands before and after Hyper terminal starts. | [![npm](https://img.shields.io/npm/dm/hyper-init.svg?label=DL)](https://www.npmjs.com/package/hyper-init)
[hyper-gcp-status-line](https://www.npmjs.com/package/hyper-gcp-status-line) - Status line showing the locally configured GCP project, GCE zone, and Kubernetes context, as well as current Google Cloud availability. | [![npm](https://img.shields.io/npm/dm/hyper-gcp-status-line.svg?label=DL)](https://www.npmjs.com/package/hyper-gcp-status-line)
[hyperalfred](https://www.npmjs.com/package/hyperalfred) - Open Hyper from Alfred 3. | [![npm](https://img.shields.io/npm/dm/hyperalfred.svg?label=DL)](https://www.npmjs.com/package/hyperalfred)
[hyperinator](https://www.npmjs.com/package/hyperinator) - Layout automation tool likes tmuxinator for Hyper. | [![npm](https://img.shields.io/npm/dm/hyperinator.svg?label=DL)](https://www.npmjs.com/package/hyperinator)
[hyper-drop-file](https://www.npmjs.com/package/hyper-drop-file) - Drop file path from file explorer into your terminal. | [![npm](https://img.shields.io/npm/dm/hyper-drop-file.svg?label=DL)](https://www.npmjs.com/package/hyper-drop-file)
[hyper-dnd-tabs](https://www.npmjs.com/package/hyper-dnd-tabs) - Drag and drop tabs. | [![npm](https://img.shields.io/npm/dm/hyper-dnd-tabs.svg?label=DL)](https://www.npmjs.com/package/hyper-dnd-tabs)
[hyper-manager](https://www.npmjs.com/package/hyper-manager) - The ultimate and most complete extension to manage all your connections in one place. | [![npm](https://img.shields.io/npm/dm/hyper-manager.svg?label=DL)](https://www.npmjs.com/package/hyper-manager)

[⬆ Back to top](#contents)

## Customization

Name and description | Downloads
-------------------- | -------------
[hypertheme](https://www.npmjs.com/package/hypertheme) - A theme manager for Hyper, published right off the bat. You should import your favorite text editor or terminal theme and [add it to awesome-hyper](https://github.com/bnb/awesome-hyper/issues/new)! | [![npm](https://img.shields.io/npm/dm/hypertheme.svg?label=DL)](https://www.npmjs.com/package/hypertheme)
[hyper-blink](https://www.npmjs.com/package/hyper-blink) - Make your cursor blink. | [![npm](https://img.shields.io/npm/dm/hyper-blink.svg?label=DL)](https://www.npmjs.com/package/hyper-blink)
[hyperborder](https://www.npmjs.com/package/hyperborder) - Add a gradient border with the same colors as in the Hyper logo. | [![npm](https://img.shields.io/npm/dm/hyperborder.svg?label=DL)](https://www.npmjs.com/package/hyperborder)
[hyper-transparent-bg](https://www.npmjs.com/package/hyper-transparent-bg) - Add a transparent background to your Hyper through an interesting HTML hack. | [![npm](https://img.shields.io/npm/dm/hyper-transparent-bg.svg?label=DL)](https://www.npmjs.com/package/hyper-transparent-bg)
[hyperterm-close-on-left](https://www.npmjs.com/package/hyperterm-close-on-left) - Positions the close tab button on the left. | [![npm](https://img.shields.io/npm/dm/hyperterm-close-on-left.svg?label=DL)](https://www.npmjs.com/package/hyperterm-close-on-left)
[hyperterm-mactabs](https://www.npmjs.com/package/hyperterm-mactabs) - Better tab styles, with macOS-inspired design and close buttons on the left, compatible with most themes. | [![npm](https://img.shields.io/npm/dm/hyperterm-mactabs.svg?label=DL)](https://www.npmjs.com/package/hyperterm-mactabs)
[hyper-final-say](https://www.npmjs.com/package/hyper-final-say) - Allows user-set overrides of any plugin or theme settings applied on top of the defaults `./.hyperterm.js`. | [![npm](https://img.shields.io/npm/dm/hyper-final-say.svg?label=DL)](https://www.npmjs.com/package/hyper-final-say)
[hyperterm-overlay](https://www.npmjs.com/package/hyperterm-overlay) - A complete and customizable solution for overlay window in your Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-overlay.svg?label=DL)](https://www.npmjs.com/package/hyperterm-overlay)
[hyper-overlay](https://www.npmjs.com/package/hyper-overlay) - An overlay solution for Hyper 2. | [![npm](https://img.shields.io/npm/dm/hyper-overlay.svg?label=DL)](https://www.npmjs.com/package/hyper-overlay)
[hyper-tab-icons](https://www.npmjs.com/package/hyper-tab-icons) - Add icons to the header tabs for the current running process in Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-tab-icons.svg?label=DL)](https://www.npmjs.com/package/hyper-tab-icons)
[config-hyperterm](https://www.npmjs.com/package/config-hyperterm) - Easily set/get `Hyper` config. | [![npm](https://img.shields.io/npm/dm/config-hyperterm.svg?label=DL)](https://www.npmjs.com/package/config-hyperterm)
[hyperfullscreen](https://www.npmjs.com/package/hyperfullscreen) - Will start Hyper in full screen. | [![npm](https://img.shields.io/npm/dm/hyperfullscreen.svg?label=DL)](https://www.npmjs.com/package/hyperfullscreen)
[hyperterm-crosshair](https://www.npmjs.com/package/hyperterm-crosshair) - Shows the cursor position with an horizontal and vertical highlight/ruler. | [![npm](https://img.shields.io/npm/dm/hyperterm-crosshair.svg?label=DL)](https://www.npmjs.com/package/hyperterm-crosshair)
[hyperterm-cursor](https://www.npmjs.com/package/hyperterm-cursor) - Allows seeing the char behind your cursor by a color difference. | [![npm](https://img.shields.io/npm/dm/hyperterm-cursor.svg?label=DL)](https://www.npmjs.com/package/hyperterm-cursor)
[hypersixteen](https://www.npmjs.com/package/hypersixteen) - A base16 loader for Hyper. | [![npm](https://img.shields.io/npm/dm/hypersixteen.svg?label=DL)](https://www.npmjs.com/package/hypersixteen)
[hyper-stylesheet](https://www.npmjs.com/package/hyper-stylesheet) - Adds support for an external hyper stylesheet. | [![npm](https://img.shields.io/npm/dm/hyper-stylesheet.svg?label=DL)](https://www.npmjs.com/package/hyper-stylesheet)
[hyperlayout](https://www.npmjs.com/package/hyperlayout) - Layout presets for Hyper. | [![npm](https://img.shields.io/npm/dm/hyperlayout.svg?label=DL)](https://www.npmjs.com/package/hyperlayout)
[hyper-autohide-tabs](https://www.npmjs.com/package/hyper-autohide-tabs) - Autohide tab bar when there is only one tab. | [![npm](https://img.shields.io/npm/dm/hyper-autohide-tabs.svg?label=DL)](https://www.npmjs.com/package/hyper-autohide-tabs)
[hyperminimal](https://www.npmjs.com/package/hyperminimal) - Removes the window header for more space and less distraction. | [![npm](https://img.shields.io/npm/dm/hyperminimal.svg?label=DL)](https://www.npmjs.com/package/hyperminimal)
[hyper-autoprofile](https://www.npmjs.com/package/hyper-autoprofile) - Change terminal appearance (backgroundColor, font...) according to current shell prompt. | [![npm](https://img.shields.io/npm/dm/hyper-autoprofile.svg?label=DL)](https://www.npmjs.com/package/hyper-autoprofile)
[hyper-tabs-enhanced](https://www.npmjs.com/package/hyper-tabs-enhanced) - Configurable enhanced tabs with tab icons and more. | [![npm](https://img.shields.io/npm/dm/hyper-tabs-enhanced.svg?label=DL)](https://www.npmjs.com/package/hyper-tabs-enhanced)
[hyper-arc-dark-controls](https://www.npmjs.com/package/hyper-arc-dark-controls) - Pretty window controls from the Arc Dark theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-arc-dark-controls.svg?label=DL)](https://www.npmjs.com/package/hyper-arc-dark-controls)
[hyper-mac-controls](https://www.npmjs.com/package/hyper-mac-controls) - Mac-like window controls for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-mac-controls.svg?label=DL)](https://www.npmjs.com/package/hyper-mac-controls)
[hyper-terminal-tabs](https://www.npmjs.com/package/hyper-terminal-tabs) - Brings Terminal.app look and feel to Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-terminal-tabs.svg?label=DL)](https://www.npmjs.com/package/hyper-terminal-tabs)
[hyper-dark-scrollbar](https://www.npmjs.com/package/hyper-dark-scrollbar) - Pretty scrollbar for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-dark-scrollbar.svg?label=DL)](https://www.npmjs.com/package/hyper-dark-scrollbar)
[hyper-pane](https://www.npmjs.com/package/hyper-pane) - Navigate through panes with arrows, jump directly to a specific pane with digit or change focus on mouse hover. | [![npm](https://img.shields.io/npm/dm/hyper-pane.svg?label=DL)](https://www.npmjs.com/package/hyper-pane)
[hyper-always-on-top](https://www.npmjs.com/package/hyper-always-on-top) - Add a menu item to keep application windows always on top. | [![npm](https://img.shields.io/npm/dm/hyper-always-on-top.svg?label=DL)](https://www.npmjs.com/package/hyper-always-on-top)
[hyper-transparent-dynamic](https://www.npmjs.com/package/hyper-transparent-dynamic) - Dynamically set transparent background based on current theming. | [![npm](https://img.shields.io/npm/dm/hyper-transparent-dynamic.svg?label=DL)](https://www.npmjs.com/package/hyper-transparent-dynamic)
[hyper-vsplit-fix](https://www.npmjs.com/package/hyper-vsplit-fix) - Fixes the vertical split border height in Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-vsplit-fix.svg?label=DL)](https://www.npmjs.com/package/hyper-vsplit-fix)
[hyper-hide-title](https://www.npmjs.com/package/hyper-hide-title) - Hide the window title when there is only one tab. | [![npm](https://img.shields.io/npm/dm/hyper-hide-title.svg?label=DL)](https://www.npmjs.com/package/hyper-hide-title)
[hyper-wal](https://www.npmjs.com/package/hyper-wal) - Extension for using color schemes generated by [wal](https://github.com/dylanaraps/wal) in Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-wal.svg?label=DL)](https://www.npmjs.com/package/hyper-wal)
[hyper-hover-header](https://www.npmjs.com/package/hyper-hover-header) - Hidden header/title bar. Move the cursor to the top border of the window to have the header/title bar fade in. | [![npm](https://img.shields.io/npm/dm/hyper-hover-header.svg?label=DL)](https://www.npmjs.com/package/hyper-hover-header)
[hyper-transparent](https://www.npmjs.com/package/hyper-transparent) - [Hyper](https://hyper.is) plugin to easily set window transparency and vibrancy. | [![npm](https://img.shields.io/npm/dm/hyper-transparent.svg?label=DL)](https://www.npmjs.com/package/hyper-transparent)
[hyper-spotify](https://www.npmjs.com/package/hyper-spotify) - Displays currently playing song on Spotify at the bottom of the terminal and allows you to control your favourite music. | [![npm](https://img.shields.io/npm/dm/hyper-spotify.svg?label=DL)](https://www.npmjs.com/package/hyper-spotify)
[hyper-background](https://www.npmjs.com/package/hyper-background) - Change the background of your Hyper terminal! | [![npm](https://img.shields.io/npm/dm/hyper-background.svg?label=DL)](https://www.npmjs.com/package/hyper-background)
[hyper-vertical-tabs](https://www.npmjs.com/package/hyper-vertical-tabs) - Put the tabs on a sidebar to the left, as is possible in iTerm2 and ROXTerm. | [![npm](https://img.shields.io/npm/dm/hyper-vertical-tabs.svg?label=DL)](https://www.npmjs.com/package/hyper-vertical-tabs)
[themer](https://www.npmjs.com/package/themer) - Generate themes for Hyper and all your other development tools | [![npm](https://img.shields.io/npm/dm/themer.svg?label=DL)](https://www.npmjs.com/package/themer)
[hyper-native-window-decoration](https://www.npmjs.com/package/hyper-native-window-decoration) - Native window decorations in HyperTerm. | [![npm](https://img.shields.io/npm/dm/hyper-native-window-decoration.svg?label=DL)](https://www.npmjs.com/package/hyper-native-window-decoration)
[hyper-hide-scroll](https://www.npmjs.com/package/hyper-hide-scroll) - Extension to hide the scrollbar from your terminal. | [![npm](https://img.shields.io/npm/dm/hyper-hide-scroll.svg?label=DL)](https://www.npmjs.com/package/hyper-hide-scroll)
[hyper-systray](https://www.npmjs.com/package/hyper-systray) - Hyper in native Windows Systray. Hide from taskbar. Global shortcut for show/hide window. | [![npm](https://img.shields.io/npm/dm/hyper-systray.svg?label=DL)](https://www.npmjs.com/package/hyper-systray)
[hyper-window-size](https://www.npmjs.com/package/hyper-window-size) - Set the default window size for Hyper! | [![npm](https://img.shields.io/npm/dm/hyper-window-size.svg?label=DL)](https://www.npmjs.com/package/hyper-window-size)
[hyper-media-control](https://www.npmjs.com/package/hyper-media-control) - Display and control the current song in a variety of media players. | [![npm](https://img.shields.io/npm/dm/hyper-media-control.svg?label=DL)](https://npmjs.com/package/hyper-media-control)
[hyper-folder-icon](https://www.npmjs.com/package/hyper-folder-icon) - Show custom folder's icon for Mac and Linux in tabs. | [![npm](https://img.shields.io/npm/dm/hyper-folder-icon.svg?label=DL)](https://www.npmjs.com/package/hyper-folder-icon)
[hyper-tab-touchbar](https://www.npmjs.com/package/hyper-tab-touchbar) - See and access your terminal tabs from the MacBook Pro's Touch Bar. Supports icons with `hyper-folder-icon`. | [![npm](https://img.shields.io/npm/dm/hyper-tab-touchbar.svg?label=DL)](https://www.npmjs.com/package/hyper-tab-touchbar)
[hyper-opacity](https://www.npmjs.com/package/hyper-opacity) - Set the opacity of your Hyper window. | [![npm](https://img.shields.io/npm/dm/hyper-opacity.svg?label=DL)](https://www.npmjs.com/package/hyper-opacity)
[hyper-custom-touchbar](https://www.npmjs.com/package/hyper-custom-touchbar) - Add custom buttons in MacBook Pro's Touch Bar. | [![npm](https://img.shields.io/npm/dm/hyper-custom-touchbar.svg?label=DL)](https://www.npmjs.com/package/hyper-custom-touchbar)
[hyper-save-windowstate](https://www.npmjs.com/package/hyper-save-windowstate) - Save and restore Hyper window position/size after restart. | [![npm](https://img.shields.io/npm/dm/hyper-save-windowstate.svg?label=DL)](https://www.npmjs.com/package/hyper-save-windowstate)
[hyper-tabs-autohide](https://www.npmjs.com/package/hyper-tabs-autohide) - Hyper plugin for autohiding all tabs. | [![npm](https://img.shields.io/npm/dm/hyper-tabs-autohide.svg?label=DL)](https://www.npmjs.com/package/hyper-tabs-autohide)

[⬆ Back to top](#contents)

## Development

Name and description | Downloads
-------------------------------------------------------------------------------------------------------------------------------------------- | -------------
[hyperterm-open-devtools](https://www.npmjs.com/package/hyperterm-open-devtools) - Open DevTools for currently showing web page with a hotkey. | [![npm](https://img.shields.io/npm/dm/hyperterm-open-devtools.svg?label=DL)](https://www.npmjs.com/package/hyperterm-open-devtools)
[hyperterm-install-devtools](https://www.npmjs.com/package/hyperterm-install-devtools) - Use Chrome DevTools extension on Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-install-devtools.svg?label=DL)](https://www.npmjs.com/package/hyperterm-install-devtools)
[is-hyper](https://www.npmjs.com/package/is-hyper) - Check if your Node.js script is running in Hyper. | [![npm](https://img.shields.io/npm/dm/is-hyper.svg?label=DL)](https://www.npmjs.com/package/is-hyper)

[⬆ Back to top](#contents)

## Fun
Name and description | Downloads
---------------------------------- | -------------
[hyperpower](https://www.npmjs.com/package/hyperpower) - Add a pinch of kick-arse raw POWER to your Hyper! Adds the pixel-explosion and shake effect that's been implemented in several text editors. | [![npm](https://img.shields.io/npm/dm/hyperpower.svg?label=DL)](https://www.npmjs.com/package/hyperpower)
[htyt](https://www.npmjs.com/package/htyt) - Search and play youtube videos in Hyper. | [![npm](https://img.shields.io/npm/dm/htyt.svg?label=DL)](https://www.npmjs.com/package/htyt)
[hyper-john](https://www.npmjs.com/package/hyper-john) - A 10% chance of getting hit with the John Cena theme when opening tabs, windows and splits. | [![npm](https://img.shields.io/npm/dm/hyper-john.svg?label=DL)](https://www.npmjs.com/package/hyper-john)
[hyper-command-gifs](https://www.npmjs.com/package/hyper-command-gifs) - Gives you matching GIFs for your terminal commands. | [![npm](https://img.shields.io/npm/dm/hyper-command-gifs.svg?label=DL)](https://www.npmjs.com/package/hyper-command-gifs)
[hyper-cat](https://www.npmjs.com/package/hyper-cat) - Turn your terminal into nyan cat while typing. | [![npm](https://img.shields.io/npm/dm/hyper-cat.svg?label=DL)](https://www.npmjs.com/package/hyper-cat)
[hyper-cat-cursor](https://www.npmjs.com/package/hyper-cat-cursor) - Replaces the cursor with a cat emoji sequence. | [![npm](https://img.shields.io/npm/dm/hyper-cat-cursor.svg?label=DL)](https://www.npmjs.com/package/hyper-cat-cursor)
[gitrocket](https://www.npmjs.com/package/gitrocket) - Launch a rocket ship in your terminal when you push code with Git! | [![npm](https://img.shields.io/npm/dm/gitrocket.svg?label=DL)](https://www.npmjs.com/package/gitrocket)
[hypergravity](https://www.npmjs.com/package/hypergravity) - Add some fancy physics to your terminal! | [![npm](https://img.shields.io/npm/dm/hypergravity.svg?label=DL)](https://www.npmjs.com/package/hypergravity)
[space-pull](https://www.npmjs.com/package/space-pull) - Add animation of landing rocket in your terminal when pulling code with git. | [![npm](https://img.shields.io/npm/dm/space-pull.svg?label=DL)](https://www.npmjs.com/package/space-pull)
[hyper-bloodbath](https://www.npmjs.com/package/hyper-bloodbath) - A brutal re-imagining of hyperpower. Dripping blood from your cursor. | [![npm](https://img.shields.io/npm/dm/hyper-bloodbath.svg?label=DL)](https://www.npmjs.com/package/hyper-bloodbath)
[hyper-postprocessing](https://www.npmjs.com/package/hyper-postprocessing) - Add fragment shaders to the Hyper terminal. | [![npm](https://img.shields.io/npm/dm/hyper-postprocessing.svg?label=DL)](https://www.npmjs.com/package/hyper-postprocessing)
[git-falcon9](https://www.npmjs.com/package/git-falcon9) - Launch and land SpaceX's Falcon rockets when pushing and pulling code with git! | [![npm](https://img.shields.io/npm/dm/git-falcon9.svg?label=DL)](https://www.npmjs.com/package/git-falcon9)

[⬆ Back to top](#contents)

# Themes

Name and description | Downloads
-------------------- | -------------
[an-old-hype](https://www.npmjs.com/package/an-old-hype) - A Hyper theme inspired by a galaxy far far away... and by Jesse Leites [atom syntax theme](https://atom.io/themes/an-old-hope-syntax). | [![npm](https://img.shields.io/npm/dm/an-old-hype.svg?label=DL)](https://www.npmjs.com/package/an-old-hype)
[hyper-adventure-time](https://www.npmjs.com/package/hyper-adventure-time) - A Hyper port of the Adventure Time theme from [iTerm2 Color Schemes](https://github.com/mbadolato/iTerm2-Color-Schemes). | [![npm](https://img.shields.io/npm/dm/hyper-adventure-time.svg?label=DL)](https://www.npmjs.com/package/hyper-adventure-time)
[hyper-altair](https://www.npmjs.com/package/hyper-altair) - A theme that is a elegant, customizable and has vivid colors. | [![npm](https://img.shields.io/npm/dm/hyper-altair.svg?label=DL)](https://www.npmjs.com/package/hyper-altair)
[hyper-atom-dark-transparent](https://www.npmjs.com/package/hyper-atom-dark-transparent) - Hyper theme based on the hyperterm-atom-dark, but with transparency. | [![npm](https://img.shields.io/npm/dm/hyper-atom-dark-transparent.svg?label=DL)](https://www.npmjs.com/package/hyper-atom-dark-transparent)
[hyper-aurora](https://www.npmjs.com/package/hyper-aurora) - Theme based on Aurora Borealis. | [![npm](https://img.shields.io/npm/dm/hyper-aurora.svg?label=DL)](https://www.npmjs.com/package/hyper-aurora)
[hyper-aww](https://www.npmjs.com/package/hyper-aww) - A theme that changes the terminal background to a different cute animal gif each time you open Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-aww.svg?label=DL)](https://www.npmjs.com/package/hyper-aww)
[hyper-ayu](https://www.npmjs.com/package/hyper-ayu) - Theme based on the Ayu Theme for Sublime Text. | [![npm](https://img.shields.io/npm/dm/hyper-ayu.svg?label=DL)](https://www.npmjs.com/package/hyper-ayu)
[hyper-ayu-light](https://www.npmjs.com/package/hyper-ayu-light) - Theme based on the Ayu Light Theme for Sublime Text. | [![npm](https://img.shields.io/npm/dm/hyper-ayu-light.svg?label=DL)](https://www.npmjs.com/package/hyper-ayu-light)
[hyper-ayu-light-special](https://www.npmjs.com/package/hyper-ayu-light-special) - Theme based on the Ayu Light Theme but added black for readability. | [![npm](https://img.shields.io/npm/dm/hyper-ayu-light-special.svg?label=DL)](https://www.npmjs.com/package/hyper-ayu-light-special)
[hyper-ayu-mirage](https://www.npmjs.com/package/hyper-ayu-mirage) - Theme based on the Ayu Mirage Theme for Sublime Text. | [![npm](https://img.shields.io/npm/dm/hyper-ayu-mirage.svg?label=DL)](https://www.npmjs.com/package/hyper-ayu-mirage)
[hyper-bloody](https://www.npmjs.com/package/hyper-bloody) - An amazing dark theme with awesome vibrant colors. | [![npm](https://img.shields.io/npm/dm/hyper-bloody.svg?label=DL)](https://www.npmjs.com/package/hyper-bloody)
[hyper-captain-sweetheart](https://www.npmjs.com/package/hyper-captain-sweetheart) - Tuff but sweet Hyper theme. | [![npm](https://img.shields.io/npm/dm/hyper-captain-sweetheart.svg?label=DL)](https://www.npmjs.com/package/hyper-captain-sweetheart)
[hyper-chesterish](https://www.npmjs.com/package/hyper-chesterish) - Saturated theme based on Chester syntax. | [![npm](https://img.shields.io/npm/dm/hyper-chesterish.svg?label=DL)](https://www.npmjs.com/package/hyper-chesterish)
[hyper-city-lights](https://www.npmjs.com/package/hyper-city-lights) - A dark theme based on the [City Lights](http://citylights.xyz) syntax. | [![npm](https://img.shields.io/npm/dm/hyper-city-lights.svg?label=DL)](https://www.npmjs.com/package/hyper-city-lights)
[hyper-clean](https://www.npmjs.com/package/hyper-clean) - A clean theme with [IBM Design colors](https://github.com/IBM-Design/colors). | [![npm](https://img.shields.io/npm/dm/hyper-clean.svg?label=DL)](https://www.npmjs.com/package/hyper-clean)
[hyper-cobalt-next](https://www.npmjs.com/package/hyper-cobalt-next) - Theme based on [Cobalt Next VS Code Theme](https://marketplace.visualstudio.com/items?itemName=dline.CobaltNext). | [![npm](https://img.shields.io/npm/dm/hyper-cobalt-next.svg?label=DL)](https://www.npmjs.com/package/hyper-cobalt-next)
[hyper-criollo](https://www.npmjs.com/package/hyper-criollo) - Theme based in vaporwave colors. | [![npm](https://img.shields.io/npm/dm/hyper-criollo.svg?label=DL)](https://www.npmjs.com/package/hyper-criollo)
[hyper-cyan](https://www.npmjs.com/package/hyper-cyan) - A beautiful minimalist theme created for the incredible hyper. | [![npm](https://img.shields.io/npm/dm/hyper-cyan.svg?label=DL)](https://www.npmjs.com/package/hyper-cyan)
[hyper-darkmatter](https://www.npmjs.com/package/hyper-darkmatter) - Dark - Darkmatter theme for Hyper, inspired by [Sublime Darkmatter](https://github.com/patrickemuller/Sublime-Darkmatter-Theme). | [![npm](https://img.shields.io/npm/dm/hyper-darkmatter.svg?label=DL)](https://www.npmjs.com/package/hyper-darkmatter)
[hyper-dracula](https://www.npmjs.com/package/hyper-dracula) - A dark theme for Hyper based on the [Dracula theme](https://draculatheme.com/hyper/). | [![npm](https://img.shields.io/npm/dm/hyper-dracula.svg?label=DL)](https://www.npmjs.com/package/hyper-dracula)
[hyper-firewatch](https://www.npmjs.com/package/hyper-firewatch) - A dark Hyper theme inspired by Campo Santo's Firewatch video game. | [![npm](https://img.shields.io/npm/dm/hyper-firewatch.svg?label=DL)](https://www.npmjs.com/package/hyper-firewatch)
[hyper-flat-2](https://www.npmjs.com/package/hyper-flat-2) - Another Flat theme for Hyper based on Flat theme for Terminal. | [![npm](https://img.shields.io/npm/dm/hyper-flat-2.svg?label=DL)](https://www.npmjs.com/package/hyper-flat-2)
[hyper-flat](https://www.npmjs.com/package/hyper-flat) - A Flat theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-flat.svg?label=DL)](https://www.npmjs.com/package/hyper-flat)
[hyper-frontend-delight](https://www.npmjs.com/package/hyper-frontend-delight) - Dark - Based on Frontend Delight iTerm2 color scheme. | [![npm](https://img.shields.io/npm/dm/hyper-frontend-delight.svg?label=DL)](https://www.npmjs.com/package/hyper-frontend-delight)
[hyper-github-dark-dimmed](https://www.npmjs.com/package/hyper-github-dark-dimmed) - Port of [GitHub Dark Dimmed theme](https://github.com/primer/github-vscode-theme). | [![npm](https://img.shields.io/npm/dm/hyper-github-dark-dimmed.svg?label=DL)](https://www.npmjs.com/package/hyper-github-dark-dimmed)
[hyper-github-light](https://www.npmjs.com/package/hyper-github-light) - Port of [GitHub Light theme](https://github.com/primer/github-vscode-theme). | [![npm](https://img.shields.io/npm/dm/hyper-github-light.svg?label=DL)](https://www.npmjs.com/package/hyper-github-light)
[hyper-gruv](https://www.npmjs.com/package/hyper-gruv) - Dark - Gruvbox Theme based off of [gruvbox](https://github.com/morhetz/gruvbox). | [![npm](https://img.shields.io/npm/dm/hyper-gruv.svg?label=DL)](https://www.npmjs.com/package/hyper-gruv)
[hyper-hybrid-reduced-contrast](https://www.npmjs.com/package/hyper-hybrid-reduced-contrast) - A port of the reduced contrast version of [vim-hybrid](https://github.com/w0ng/vim-hybrid). | [![npm](https://img.shields.io/npm/dm/hyper-hybrid-reduced-contrast.svg?label=DL)](https://www.npmjs.com/package/hyper-hybrid-reduced-contrast)
[hyper-hypest](https://www.npmjs.com/package/hyper-hypest) - A beautiful and minimal macOS theme with vibrancy. | [![npm](https://img.shields.io/npm/dm/hyper-hypest.svg?label=DL)](https://www.npmjs.com/package/hyper-hypest)
[hyper-loved](https://www.npmjs.com/package/hyper-loved) - A dark, elegant theme. | [![npm](https://img.shields.io/npm/dm/hyper-loved.svg?label=DL)](https://www.npmjs.com/package/hyper-loved)
[hyper-macos](https://www.npmjs.com/package/hyper-macos) - Native macOS theme with vibrancy support. | [![npm](https://img.shields.io/npm/dm/hyper-macos.svg?label=DL)](https://www.npmjs.com/package/hyper-macos)
[hyper-mahoushoujo](https://www.npmjs.com/package/hyper-mahoushoujo) - Light theme inspired by magical girls ✨ | [![npm](https://img.shields.io/npm/dm/hyper-mahoushoujo.svg?label=DL)](https://www.npmjs.com/package/hyper-mahoushoujo)
[hyper-material-box](https://www.npmjs.com/package/hyper-material-box) - The most hackable theme for your favorite terminal Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-material-box.svg?label=DL)](https://www.npmjs.com/package/hyper-material-box)
[hyper-material-theme](https://www.npmjs.com/package/hyper-material-theme) - Dark - The most epic material theme now on Hyper App. | [![npm](https://img.shields.io/npm/dm/hyper-material-theme.svg?label=DL)](https://www.npmjs.com/package/hyper-material-theme)
[hyper-materialshell](https://www.npmjs.com/package/hyper-materialshell) - A dark material design theme with a good contrast and color pops at the important parts. Designed to be easy on the eyes, based on [materialshell](https://github.com/carloscuesta/materialshell). | [![npm](https://img.shields.io/npm/dm/hyper-materialshell.svg?label=DL)](https://www.npmjs.com/package/hyper-materialshell)
[hyper-midnight](https://www.npmjs.com/package/hyper-midnight) - A minimalist theme for the Hyper terminal. | [![npm](https://img.shields.io/npm/dm/hyper-midnight.svg?label=DL)](https://www.npmjs.com/package/hyper-midnight)
[hyper-monochrome](https://www.npmjs.com/package/hyper-monochrome) - Monochrome theme, based on [vim-monochrome](https://github.com/fxn/vim-monochrome). | [![npm](https://img.shields.io/npm/dm/hyper-monochrome.svg?label=DL)](https://www.npmjs.com/package/hyper-monochrome)
[hyper-monokai-deluxe](https://www.npmjs.com/package/hyper-monokai-deluxe) - Monokai Deluxe theme with hyperborder in a better way and tab highlighting. | [![npm](https://img.shields.io/npm/dm/hyper-monokai-deluxe.svg?label=DL)](https://www.npmjs.com/package/hyper-monokai-deluxe)
[hyper-moonlite](https://www.npmjs.com/package/hyper-moonlite) - Spin-off of the [New Moon Syntax Theme](https://github.com/taniarascia/new-moon) for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-moonlite.svg?label=DL)](https://www.npmjs.com/package/hyper-moonlite)
[hyper-nord](https://www.npmjs.com/package/hyper-nord) - Nord theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-nord.svg?label=DL)](https://www.npmjs.com/package/hyper-nord)
[hyper-oceans16](https://www.npmjs.com/package/hyper-oceans16) - Saturated theme based on Base16 Ocean syntax. | [![npm](https://img.shields.io/npm/dm/hyper-oceans16.svg?label=DL)](https://www.npmjs.com/package/hyper-oceans16)
[hyper-oldschool](https://www.npmjs.com/package/hyper-oldschool) - Old school terminal theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-oldschool.svg?label=DL)](https://www.npmjs.com/package/hyper-oldschool)
[hyper-omni-theme](https://www.npmjs.com/package/hyper-omni-theme) - Omni theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-omni-theme.svg?label=DL)](https://www.npmjs.com/package/hyper-omni-theme)
[hyper-one-dark-vivid](https://www.npmjs.com/package/hyper-one-dark-vivid) - Dark theme based on Atom One Dark with more vivid text colors. | [![npm](https://img.shields.io/npm/dm/hyper-one-dark-vivid.svg?label=DL)](https://www.npmjs.com/package/hyper-one-dark-vivid)
[hyper-one-light](https://www.npmjs.com/package/hyper-one-light) - Light - A very cute theme with extra light background based on the [Atom One Light](https://github.com/atom/one-light-syntax) pallete. | [![npm](https://img.shields.io/npm/dm/hyper-one-light.svg?label=DL)](https://www.npmjs.com/package/hyper-one-light)
[hyper-papercolor](https://www.npmjs.com/package/hyper-papercolor) - [PaperColor](https://github.com/NLKNguyen/papercolor-theme) theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-papercolor.svg?label=DL)](https://www.npmjs.com/package/hyper-papercolor)
[hyper-peacock](https://www.npmjs.com/package/hyper-peacock) - A Peacock theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-peacock.svg?label=DL)](https://www.npmjs.com/package/hyper-peacock)
[hyper-pokemon](https://www.npmjs.com/package/hyper-pokemon) - Wondrous, tailor-made Pokémon themes for your Hyper terminal. | [![npm](https://img.shields.io/npm/dm/hyper-pokemon.svg?label=DL)](https://www.npmjs.com/package/hyper-pokemon)
[hyper-polarbear](https://www.npmjs.com/package/hyper-polarbear) - A beautiful white theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-polarbear.svg?label=DL)](https://www.npmjs.com/package/hyper-polarbear)
[hyper-ramda](https://www.npmjs.com/package/hyper-ramda) - Theme inspired by the RamdaJS REPL. | [![npm](https://img.shields.io/npm/dm/hyper-ramda.svg?label=DL)](https://www.npmjs.com/package/hyper-ramda)
[hyper-relaxed](https://www.npmjs.com/package/hyper-relaxed) - A theme to take a more relaxed view of things. | [![npm](https://img.shields.io/npm/dm/hyper-relaxed.svg?label=DL)](https://www.npmjs.com/package/hyper-relaxed)
[hyper-rose-pine](https://www.npmjs.com/package/hyper-rose-pine) - All natural pine, faux fur and a bit of soho vibes for the classy minimalist. | [![npm](https://img.shields.io/npm/dm/hyper-rose-pine.svg?label=DL)](https://www.npmjs.com/package/hyper-rose-pine)
[hyper-seashells](https://www.npmjs.com/package/hyper-seashells) - A Hyper port of the [iTerm2 SeaShells](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/screenshots/sea_shells.png) color scheme. | [![npm](https://img.shields.io/npm/dm/hyper-seashells.svg?label=DL)](https://www.npmjs.com/package/hyper-seashells)
[hyper-sierra-vibrancy](https://www.npmjs.com/package/hyper-sierra-vibrancy) - hyper-sierra with vibrancy. | [![npm](https://img.shields.io/npm/dm/hyper-sierra-vibrancy.svg?label=DL)](https://www.npmjs.com/package/hyper-sierra-vibrancy)
[hyper-sierra](https://www.npmjs.com/package/hyper-sierra) - A dark theme for Hyper inspired by the Sierra Nevada. | [![npm](https://img.shields.io/npm/dm/hyper-sierra.svg?label=DL)](https://www.npmjs.com/package/hyper-sierra)
[hyper-snazzy](https://www.npmjs.com/package/hyper-snazzy) - Dark - Elegant theme with bright colors. | [![npm](https://img.shields.io/npm/dm/hyper-snazzy.svg?label=DL)](https://www.npmjs.com/package/hyper-snazzy)
[hyper-solarized-dark](https://www.npmjs.com/package/hyper-solarized-dark) - Pleasant and carefully chosen colors based on the popular [solarized](https://ethanschoonover.com/solarized/) palette. | [![npm](https://img.shields.io/npm/dm/hyper-solarized-dark.svg?label=DL)](https://www.npmjs.com/package/hyper-solarized-dark)
[hyper-solarized-light](https://www.npmjs.com/package/hyper-solarized-light) - Pleasant and carefully chosen colors based on the popular [solarized](https://ethanschoonover.com/solarized/) palette. | [![npm](https://img.shields.io/npm/dm/hyper-solarized-light.svg?label=DL)](https://www.npmjs.com/package/hyper-solarized-light)
[hyper-solarized-one](https://www.npmjs.com/package/hyper-solarized-one) - A 2-for-1 [Solarized](https://ethanschoonover.com/solarized/) theme for the Hyper Terminal. It knows what 🕐 it is... | [![npm](https://img.shields.io/npm/dm/hyper-solarized-one.svg?label=DL)](https://www.npmjs.com/package/hyper-solarized-one)
[hyper-star-wars](https://www.npmjs.com/package/hyper-star-wars) - Super awesome, your Hyper terminal shall look. | [![npm](https://img.shields.io/npm/dm/hyper-star-wars.svg?label=DL)](https://www.npmjs.com/package/hyper-star-wars)
[hyper-sweet](https://www.npmjs.com/package/hyper-sweet) - A dark and modern theme with some neon for hyper. | [![npm](https://img.shields.io/npm/dm/hyper-sweet.svg?label=DL)](https://www.npmjs.com/package/hyper-sweet)
[hyper-teatime](https://www.npmjs.com/package/hyper-teatime) - Light theme with sweet, pastel colors. | [![npm](https://img.shields.io/npm/dm/hyper-teatime.svg?label=DL)](https://www.npmjs.com/package/hyper-teatime)
[hyper-tender](https://www.npmjs.com/package/hyper-tender) - A dark theme inspired by tender.vim. | [![npm](https://img.shields.io/npm/dm/hyper-tender.svg?label=DL)](https://www.npmjs.com/package/hyper-tender)
[hyper-theme](https://www.npmjs.com/package/hyper-theme) - Hyper colors theme for Hyper terminal. | [![npm](https://img.shields.io/npm/dm/hyper-theme.svg?label=DL)](https://www.npmjs.com/package/hyper-theme)
[hyper-thirtyone](https://www.npmjs.com/package/hyper-thirtyone) - A slightly modified classic linux terminal theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-thirtyone.svg?label=DL)](https://www.npmjs.com/package/hyper-thirtyone)
[hyper-white-theme](https://www.npmjs.com/package/hyper-white-theme) - White & Purple theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-white-theme.svg?label=DL)](https://www.npmjs.com/package/hyper-white-theme)
[hyper-zenburn](https://www.npmjs.com/package/hyper-zenburn) - A classic low-contrast theme originally made for vim adapted for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-zenburn.svg?label=DL)](https://www.npmjs.com/package/hyper-zenburn)
[hyper-zigorat](https://www.npmjs.com/package/hyper-zigorat) - A minimal syntax theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyper-zigorat.svg?label=DL)](https://www.npmjs.com/package/hyper-zigorat)
[hyperambient](https://www.npmjs.com/package/hyperambient) - Dark/Light - A theme that reacts to ambient light changes. | [![npm](https://img.shields.io/npm/dm/hyperambient.svg?label=DL)](https://www.npmjs.com/package/hyperambient)
[hyperatompunk](https://www.npmjs.com/package/hyperatompunk) - Hyper extension to make your terminal look like a CRT in Fallout. | [![npm](https://img.shields.io/npm/dm/hyperatompunk.svg?label=DL)](https://www.npmjs.com/package/hyperatompunk)
[hyperblue-vibrancy](https://www.npmjs.com/package/hyperblue-vibrancy) - The same cool tones from hyperblue, now with vibrancy! | [![npm](https://img.shields.io/npm/dm/hyperblue-vibrancy.svg?label=DL)](https://www.npmjs.com/package/hyperblue-vibrancy)
[hyperblue](https://www.npmjs.com/package/hyperblue) - Dark, cool hues. Turns Hyper blue. | [![npm](https://img.shields.io/npm/dm/hyperblue.svg?label=DL)](https://www.npmjs.com/package/hyperblue)
[hyperganymede](https://www.npmjs.com/package/hyperganymede) - A color scheme inspired by the icy coldness of the moons of Jupiter. | [![npm](https://img.shields.io/npm/dm/hyperganymede.svg?label=DL)](https://www.npmjs.com/package/hyperganymede)
[hyperhue](https://www.npmjs.com/package/hyperhue) - Dark/Rainbow - A theme that reacts to the colors of your Philips Hue lights. | [![npm](https://img.shields.io/npm/dm/hyperhue.svg?label=DL)](https://www.npmjs.com/package/hyperhue)
[hypernasa](https://www.npmjs.com/package/hypernasa) - A theme which replaces the terminal background with NASA's Picture of the Day. | [![npm](https://img.shields.io/npm/dm/hypernasa.svg?label=DL)](https://www.npmjs.com/package/hypernasa)
[hyperocean](https://www.npmjs.com/package/hyperocean) - Deep oceanic blue Hyper theme. | [![npm](https://img.shields.io/npm/dm/hyperocean.svg?label=DL)](https://www.npmjs.com/package/hyperocean)
[hyperpanic](https://www.npmjs.com/package/hyperpanic) - Dark - A very pretty theme close to the Panic theme's colors. Dark blue background with very bright highlight colors. | [![npm](https://img.shields.io/npm/dm/hyperpanic.svg?label=DL)](https://www.npmjs.com/package/hyperpanic)
[hyperpunk](https://www.npmjs.com/package/hyperpunk) - Hyper extension to make your terminal look Cyberpunk / Sci-fi. | [![npm](https://img.shields.io/npm/dm/hyperpunk.svg?label=DL)](https://www.npmjs.com/package/hyperpunk)
[hypersolar-dark](https://www.npmjs.com/package/hypersolar-dark) - A dark theme based loosely on Solarized Dark, with a fix for the usual solarized dark colours with blacks that actually show up in your terminal! | [![npm](https://img.shields.io/npm/dm/hypersolar-dark.svg?label=DL)](https://www.npmjs.com/package/hypersolar-dark)
[hyperterm-adventurous](https://www.npmjs.com/package/hyperterm-adventurous) - An adventure time inspired theme based on the Adventurous Atom theme. | [![npm](https://img.shields.io/npm/dm/hyperterm-adventurous.svg?label=DL)](https://www.npmjs.com/package/hyperterm-adventurous)
[hyperterm-atom-dark](https://www.npmjs.com/package/hyperterm-atom-dark) - Dark - Really beautiful import of Atom One Dark theme from the [official Atom theme](https://github.com/atom/one-dark-syntax). | [![npm](https://img.shields.io/npm/dm/hyperterm-atom-dark.svg?label=DL)](https://www.npmjs.com/package/hyperterm-atom-dark)
[hyperterm-base-16-ocean](https://www.npmjs.com/package/hyperterm-base-16-ocean) - Simple Base 16 Ocean theme for hyperterm | [![npm](https://img.shields.io/npm/dm/hyperterm-base-16-ocean.svg?label=DL)](https://www.npmjs.com/package/hyperterm-base-16-ocean)
[hyperterm-base16-tomorrow-dark](https://www.npmjs.com/package/hyperterm-base16-tomorrow-dark) - Dark - Hyper port of Atom's `Base16 Tomorrow Dark` Theme, with a pretty muted pastel pallette. | [![npm](https://img.shields.io/npm/dm/hyperterm-base16-tomorrow-dark.svg?label=DL)](https://www.npmjs.com/package/hyperterm-base16-tomorrow-dark)
[hyperterm-bold-tab](https://www.npmjs.com/package/hyperterm-bold-tab) - Bold's your active tab text. Makes keeping track of your current tab painless. | [![npm](https://img.shields.io/npm/dm/hyperterm-bold-tab.svg?label=DL)](https://www.npmjs.com/package/hyperterm-bold-tab)
[hyperterm-cobalt2-theme](https://www.npmjs.com/package/hyperterm-cobalt2-theme) - Dusty Blue, dark with vibrant pops of colour for the important stuff. Goes well with Cobalt2 ZSH theme. | [![npm](https://img.shields.io/npm/dm/hyperterm-cobalt2-theme.svg?label=DL)](https://www.npmjs.com/package/hyperterm-cobalt2-theme)
[hyperterm-colors](https://www.npmjs.com/package/hyperterm-colors) - Dark - Sweet dark color scheme with a chocolate-y brown background and a pretty set of muted colors! | [![npm](https://img.shields.io/npm/dm/hyperterm-colors.svg?label=DL)](https://www.npmjs.com/package/hyperterm-colors)
[hyperterm-dark-drifter](https://www.npmjs.com/package/hyperterm-dark-drifter) - A (dark) Hyper theme inspired by Heart Machine's Hyper Light Drifter. | [![npm](https://img.shields.io/npm/dm/hyperterm-dark-drifter.svg?label=DL)](https://www.npmjs.com/package/hyperterm-dark-drifter)
[hyperterm-dark-fusion](https://www.npmjs.com/package/hyperterm-dark-fusion) - Hyperterm theme based on atom-dark-fusion. | [![npm](https://img.shields.io/npm/dm/hyperterm-dark-fusion.svg?label=DL)](https://www.npmjs.com/package/hyperterm-dark-fusion)
[hyperterm-dark-macos](https://www.npmjs.com/package/hyperterm-dark-macos) - A theme that pairs nicely with macOS dark mode. | [![npm](https://img.shields.io/npm/dm/hyperterm-dark-macos.svg?label=DL)](https://www.npmjs.com/package/hyperterm-dark-macos)
[hyperterm-deep-space](https://www.npmjs.com/package/hyperterm-deep-space) - Dark - Dark, muted theme with good color matching. | [![npm](https://img.shields.io/npm/dm/hyperterm-deep-space.svg?label=DL)](https://www.npmjs.com/package/hyperterm-deep-space)
[hyperterm-duotone-darkspace](https://www.npmjs.com/package/hyperterm-duotone-darkspace) - Dark/Orange - A beautiful dark theme inspired by [Duotone Themes](http://simurai.com/projects/2016/01/01/duotone-themes) by [Simurai](http://simurai.com/). More color variations can be found [here](https://www.npmjs.com/search?q=hyperterm-duotone-*). | [![npm](https://img.shields.io/npm/dm/hyperterm-duotone-darkspace.svg?label=DL)](https://www.npmjs.com/package/hyperterm-duotone-darkspace)
[hyperterm-earthsong](https://www.npmjs.com/package/hyperterm-earthsong) - A natural and calming theme for Hyper. Ported from iTerm's Earthsong theme. | [![npm](https://img.shields.io/npm/dm/hyperterm-earthsong.svg?label=DL)](https://www.npmjs.com/package/hyperterm-earthsong)
[hyper-electron-highlighter](https://www.npmjs.com/package/hyper-electron-highlighter) - Dark - Port of Atom One Dark syntax colors with more vibrant colors. (previously [hyperterm-electron-highlighter](https://www.npmjs.com/package/hyperterm-electron-highlighter)) | [![npm](https://img.shields.io/npm/dm/hyper-electron-highlighter.svg?label=DL)](https://www.npmjs.com/package/hyper-electron-highlighter)
[hyperterm-firewatch](https://www.npmjs.com/package/hyperterm-firewatch) - Dark – Glowing, dark theme heavily inspired by the [Firewatch game](http://www.firewatchgame.com/) and the [atom syntax theme](https://atom.io/themes/firewatch-syntax) based on it. | [![npm](https://img.shields.io/npm/dm/hyperterm-firewatch.svg?label=DL)](https://www.npmjs.com/package/hyperterm-firewatch)
[hyperterm-gooey](https://www.npmjs.com/package/hyperterm-gooey) - A dark theme with striking green and purple, based off atom-dark. | [![npm](https://img.shields.io/npm/dm/hyperterm-gooey.svg?label=DL)](https://www.npmjs.com/package/hyperterm-gooey)
[hyperterm-gruvbox-dark](https://www.npmjs.com/package/hyperterm-gruvbox-dark) - Dark - Hyper theme with retro, earthy groove colors based on the [gruvbox](https://github.com/morhetz/gruvbox) vim color scheme. | [![npm](https://img.shields.io/npm/dm/hyperterm-gruvbox-dark.svg?label=DL)](https://www.npmjs.com/package/hyperterm-gruvbox-dark)
[hyperterm-gruvbox](https://www.npmjs.com/package/hyperterm-gruvbox) - Theme based on gruvbox with dark, light styles and contrast options. | [![npm](https://img.shields.io/npm/dm/hyperterm-gruvbox.svg?label=DL)](https://www.npmjs.com/package/hyperterm-gruvbox)
[hyperterm-hipster](https://www.npmjs.com/package/hyperterm-hipster) - A hipster theme based on the hipster-syntax theme for Atom. | [![npm](https://img.shields.io/npm/dm/hyperterm-hipster.svg?label=DL)](https://www.npmjs.com/package/hyperterm-hipster)
[hyperterm-horizon](https://www.npmjs.com/package/hyperterm-horizon) - Unofficial port of the VSCode theme [Horizon](https://github.com/jolaleye/horizon-theme-vscode) to Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-horizon.svg?label=DL)](https://www.npmjs.com/package/hyperterm-horizon)
[hyperterm-hybrid](https://www.npmjs.com/package/hyperterm-hybrid) - Dark - Beautiful theme, based on [vim-hybrid](https://github.com/w0ng/vim-hybrid), that combines [Tomorrow-Night](https://github.com/chriskempson/vim-tomorrow-theme), [Codecademy](https://www.codecademy.com/), [Jellybeans](https://github.com/nanotech/jellybeans.vim), and [Solarized](https://github.com/altercation/vim-colors-solarized) themes together. | [![npm](https://img.shields.io/npm/dm/hyperterm-hybrid.svg?label=DL)](https://www.npmjs.com/package/hyperterm-hybrid)
[hyperterm-light-drifter](https://www.npmjs.com/package/hyperterm-light-drifter) - A (light) Hyper theme inspired by Heart Machine's Hyper Light Drifter. | [![npm](https://img.shields.io/npm/dm/hyperterm-light-drifter.svg?label=DL)](https://www.npmjs.com/package/hyperterm-light-drifter)
[hyperterm-material-spacegray](https://www.npmjs.com/package/hyperterm-material-spacegray) - A port of the low-contrast Material Spacegray theme. | [![npm](https://img.shields.io/npm/dm/hyperterm-material-spacegray.svg?label=DL)](https://www.npmjs.com/package/hyperterm-material-spacegray)
[hyperterm-material](https://www.npmjs.com/package/hyperterm-material) - Dark - Brings the famous Material Design colors scheme in Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-material.svg?label=DL)](https://www.npmjs.com/package/hyperterm-material)
[hyperterm-mild-dark](https://www.npmjs.com/package/hyperterm-mild-dark) - A mild dark theme for Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-mild-dark.svg?label=DL)](https://www.npmjs.com/package/hyperterm-mild-dark)
[hyperterm-monokai](https://www.npmjs.com/package/hyperterm-monokai) - Dark - A port of the popular monokai theme. The colors are warm, relaxing and pleasing to the eyes. | [![npm](https://img.shields.io/npm/dm/hyperterm-monokai.svg?label=DL)](https://www.npmjs.com/package/hyperterm-monokai)
[hyperterm-new-moon-theme](https://www.npmjs.com/package/hyperterm-new-moon-theme) - 🌙 The optimized dark theme for web development. Theme based on the [New Moon Syntax Theme](https://github.com/taniarascia/new-moon). | [![npm](https://img.shields.io/npm/dm/hyperterm-new-moon-theme.svg?label=DL)](https://www.npmjs.com/package/hyperterm-new-moon-theme)
[hyperterm-oceanic-next](https://www.npmjs.com/package/hyperterm-oceanic-next) - Dark blue theme optimised for ES2015. Ported from [Oceanic Next](https://github.com/voronianski/oceanic-next-color-scheme). | [![npm](https://img.shields.io/npm/dm/hyperterm-oceanic-next.svg?label=DL)](https://www.npmjs.com/package/hyperterm-oceanic-next)
[hyperterm-panda](https://www.npmjs.com/package/hyperterm-panda) — Panda syntax theme a superminimal, dark Syntax Theme — Hyper port. | [![npm](https://img.shields.io/npm/dm/hyperterm-panda.svg?label=DL)](https://www.npmjs.com/package/hyperterm-panda)
[hyperterm-retro](https://www.npmjs.com/package/hyperterm-retro) - A retro Hyper theme inspired by the [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) terminal emulator. | [![npm](https://img.shields.io/npm/dm/hyperterm-retro.svg?label=DL)](https://www.npmjs.com/package/hyperterm-retro)
[hyperterm-sourcerer](https://www.npmjs.com/package/hyperterm-sourcerer) - A 16-bit dark theme based on [xero/sourcerer](https://github.com/xero/sourcerer). | [![npm](https://img.shields.io/npm/dm/hyperterm-sourcerer.svg?label=DL)](https://www.npmjs.com/package/hyperterm-sourcerer)
[hyperterm-spacegray](https://www.npmjs.com/package/hyperterm-spacegray) - Port of the popular Spacegray theme, optimized for terminal usage. | [![npm](https://img.shields.io/npm/dm/hyperterm-spacegray.svg?label=DL)](https://www.npmjs.com/package/hyperterm-spacegray)
[hyperterm-tomorrow-night](https://www.npmjs.com/package/hyperterm-tomorrow-night) - Dark - Port of the popular Tomorrow Night theme. | [![npm](https://img.shields.io/npm/dm/hyperterm-tomorrow-night.svg?label=DL)](https://www.npmjs.com/package/hyperterm-tomorrow-night)
[hyperterm-ubuntu-theme](https://www.npmjs.com/package/hyperterm-ubuntu-theme) - Ubuntu-style theme. | [![npm](https://img.shields.io/npm/dm/hyperterm-ubuntu-theme.svg?label=DL)](https://www.npmjs.com/package/hyperterm-ubuntu-theme)
[hyperterm-ultrasweet](https://www.npmjs.com/package/hyperterm-ultrasweet) - A dark theme with nebula hues for Hyper. | [![npm](https://img.shields.io/npm/dm/hyperterm-ultrasweet.svg?label=DL)](https://www.npmjs.com/package/hyperterm-ultrasweet)
[hyperterm-unlease](https://www.npmjs.com/package/hyperterm-unlease) - A fresh theme for Hyper that makes you feel like there's one of those pine tree car air fresheners hanging from your terminal. | [![npm](https://img.shields.io/npm/dm/hyperterm-unlease.svg?label=DL)](https://www.npmjs.com/package/hyperterm-unlease)
[hyperterm-wp-theme](https://www.npmjs.com/package/hyperterm-wp-theme) - An adaptation of the popular JetBrains Darcula Theme with support for colored tabs. | [![npm](https://img.shields.io/npm/dm/hyperterm-wp-theme.svg?label=DL)](https://www.npmjs.com/package/hyperterm-wp-theme)
[shades-of-purple-hyper](https://www.npmjs.com/package/shades-of-purple-hyper) - Professional Hyper™ theme with hand-picked & bold shades of purple. Purple can be genius. | [![npm](https://img.shields.io/npm/dm/shades-of-purple-hyper.svg?label=DL)](https://www.npmjs.com/package/shades-of-purple-hyper)
[verminal](https://www.npmjs.com/package/verminal) - A dark Hyper theme with beautiful vibrancy. | [![npm](https://img.shields.io/npm/dm/verminal.svg?label=DL)](https://www.npmjs.com/package/verminal)

Know of another really awesome theme? [Get it on awesome-hyper!](https://github.com/bnb/awesome-hyper/issues/new)

[⬆ Back to top](#contents)

# Resources
* [Official Hyper Website](https://hyper.is/) - The official Hyper website.
* [hyperzsh](https://www.npmjs.com/package/hyperzsh) - Zsh for Hyper.
* [Extending Hyper](https://www.youtube.com/watch?v=q_O-VEermsk&list=PL31ehRjJCA6Ez9Y_dZWymd_LDV7Ydc_0D&index=2) - A talk by Matthew Conlen ([@mathisonian](https://github.com/mathisonian)) at EmpireNode 2016.
* [Hyper Themes screenshot browser](https://hyperthemes.matthi.coffee) by [@MatthiasWinkelmann](https://github.com/MatthiasWinkelmann) to visually browse screenshots of Hyper themes.
* [Carbon](https://carbon.now.sh/) is a tool to easily create Hyper-based screenshots.
* Know of another Hyper resource? [Share the love!](https://github.com/bnb/awesome-hyper/issues/new)

[⬆ Back to top](#contents)


================================================
FILE: code-of-conduct.md
================================================
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
  address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
  professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at hello@bnb.im. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/


================================================
FILE: compositor.json
================================================
{
  "name": "bnb/awesome-hyper",
  "version": "0.1.4",
  "libraries": {
    "xv": "^1.1.25"
  },
  "title": "Awesome Hyper",
  "branch": "master",
  "style": {
    "name": "Material",
    "componentSet": {
      "nav": "nav/DarkAbsoluteNav",
      "header": "header/GradientHeader",
      "article": "article/BasicArticle",
      "footer": "footer/BasicFooter"
    },
    "fontFamily": "Roboto, sans-serif",
    "heading": {
      "fontWeight": 500,
      "letterSpacing": "-0.01em"
    },
    "colors": {
      "text": "#212121",
      "background": "#fff",
      "primary": "#2196f3",
      "secondary": "#1565c0",
      "highlight": "#ff4081",
      "border": "#e0e0e0",
      "muted": "#f5f5f5"
    },
    "layout": {
      "centered": true,
      "bannerHeight": "80vh",
      "maxWidth": 896
    }
  },
  "content": [
    {
      "component": "header",
      "heading": "awesome-hyper",
      "subhead": "🖥 Delightful Hyper plugins, themes, and resources",
      "children": [
        {
          "component": "ui/TweetButton",
          "text": "awesome-hyper: 🖥 Delightful Hyper plugins, themes, and resources",
          "url": ""
        },
        {
          "component": "ui/GithubButton",
          "user": "bnb",
          "repo": "awesome-hyper"
        }
      ]
    },
    {
      "component": "article",
      "metadata": {
        "source": "github.readme"
      },
      "html": "<h1>Awesome Hyper <a href=\"https://github.com/sindresorhus/awesome\"><img src=\"https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg\"></a> <a href=\"https://travis-ci.org/bnb/awesome-hyper\"><img src=\"https://img.shields.io/travis/bnb/awesome-hyper.svg\"></a></h1>\n<p><a href=\"https://hyper.is\"><img src=\"https://raw.githubusercontent.com/bnb/awesome-hyper/master/Hyper-Mark-Large.png\"></a></p>\n<blockquote>\n<p>A curated list of sweet Hyper <a href=\"#packages\">packages</a>, <a href=\"#themes\">themes</a>, and <a href=\"#resources\">resources</a>.</p>\n</blockquote>\n<p><em>Inspired by the <a href=\"https://github.com/sindresorhus/awesome\">awesome</a> list thing. You might also like <a href=\"https://github.com/sindresorhus/awesome-nodejs\">awesome-node</a> and <a href=\"https://github.com/sindresorhus/awesome-npm\">awesome-npm</a>, which both have CLI stuff you can use with Hyper!</em></p>\n<p><em>Please read the <a href=\"CONTRIBUTING.md\">contribution guidelines</a> before contributing.</em></p>\n<p><strong>Check out the official <a href=\"https://hyper.is\">Hyper site</a>, check out <a href=\"https://vercel.com\">Vercel</a>, and their interesting Hosting product, <a href=\"https://vercel.com/now\">Now</a>.</strong></p>\n<p>Want to add your awesome Hyper package, theme, or resource? Make the change and <a href=\"https://opensource.guide/how-to-contribute/#opening-a-pull-request\">open a pull request</a>!</p>\n<p>Like <code>awesome-hyper</code>? Reach out to <a href=\"https://twitter.com/bitandbang\">@bitandbang</a>, <a href=\"https://twitter.com/matheusfrndes\">@matheusfrndes</a>, and <a href=\"https://twitter.com/iamstarkov\">@iamstarkov</a> on Twitter and say <em>hi</em>! &#x1F44B;</p>\n\n<h1>Contents</h1>\n<ul>\n<li><a href=\"#packages\">Packages</a><ul>\n<li><a href=\"#productivity\">Productivity</a></li>\n<li><a href=\"#customization\">Customization</a></li>\n<li><a href=\"#development\">Development</a></li>\n<li><a href=\"#fun\">Fun</a></li>\n</ul>\n</li>\n<li><a href=\"#themes\">Themes</a></li>\n<li><a href=\"#resources\">Resources</a></li>\n</ul>\n<h1>Packages</h1>\n<p>Know of another Hyper package? <a href=\"https://github.com/bnb/awesome-hyper/issues/new\">Help add it!</a></p>\n<h2>Productivity</h2>\n<table>\n<thead>\n<tr>\n<th>Name and description</th>\n<th>Downloads</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperline\">hyperline</a> - A status line at the bottom of your Hyper!</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperline.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hypercwd\">hypercwd</a> - Open new tabs with the same directory as your current tab.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hypercwd.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-1password\">hyperterm-1password</a> - Integration with 1Password (password manager).</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-1password.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-visor\">hyperterm-visor</a> - Show/hide your Hyper terminal with a global hotkey &amp; more.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-visor.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-sync-settings\">hyper-sync-settings</a> - Easy way to backup and restore Hyper settings to Github.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-sync-settings.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-summon\">hyperterm-summon</a> - Summon your Hyper windows with a system-wide hotkey.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-summon.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-paste\">hyperterm-paste</a> - Pasting into terminal made safe and easy.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-paste.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-alternatescroll\">hyperterm-alternatescroll</a> - Mousewheel/trackpad scrolling for alternate screen (less, git log, nano, etc...).</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-alternatescroll.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-lastpass\">hyperterm-lastpass</a> - LastPass plugin for autofilling passwords in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-lastpass.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-dibdabs\">hyperterm-dibdabs</a> - Unique colored dot on the left of the tab is added for quick identification of commonly used tabs based on its title.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-dibdabs.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-tabs\">hyperterm-tabs</a> - Rearrange tabs by drag&amp;dropping them.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-tabs.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-focus-reporting\">hyperterm-focus-reporting</a> - Adds focus reporting to Hyper - similar to iTerm2.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-focus-reporting.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperlinks\">hyperlinks</a> - Extension for Hyper that automatically links URLs.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperlinks.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-statusline\">hyper-statusline</a> - Status line showing current cwd and git branch status.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-statusline.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hypernpm\">hypernpm</a> - Use keyboard shortcuts to run npm script commands.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hypernpm.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-startup\">hyper-startup</a> - Executes any configured commands when Hyper loads.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-startup.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-fileio\">hyper-fileio</a> - Ephemeral file sharing direct from Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-fileio.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-history\">hyper-history</a> - Show a list of history commands.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-history.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-alt-click\">hyper-alt-click</a> - Allows moving the cursor by alt+click&apos;ing where you want it to go.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-alt-click.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-safepaste\">hyperterm-safepaste</a> - Edit your pastes before executing them.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-safepaste.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-copycat\">hyper-copycat</a> - Duplicate text input across all sessions in a tab.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-copycat.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-broadcast\">hyper-broadcast</a> - Broadcast user inputs to multiple terms.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-broadcast.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperdocs\">hyperdocs</a> - Get documentation pages right in your terminal.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperdocs.svg?label=DL\"></a></td>\n</tr>\n</tbody>\n</table>\n<p><a href=\"#contents\">&#x2B06; Back to top</a></p>\n<h2>Customization</h2>\n<table>\n<thead>\n<tr>\n<th>Name and description</th>\n<th>Downloads</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hpm-cli\">hpm-cli</a> - A plugin manager for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hpm-cli.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hypertheme\">hypertheme</a> - A theme manager for Hyper, published right off the bat. You should import your favorite text editor or terminal theme and <a href=\"https://github.com/bnb/awesome-hyper/issues/new\">add it to awesome-hyper</a>!</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hypertheme.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-blink\">hyper-blink</a> - Make your cursor blink.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-blink.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperborder\">hyperborder</a> - Add a gradient border with the same colors as in the Hyper logo.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperborder.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-transparent-bg\">hyperterm-transparent-bg</a> - Add a transparent background to your Hyper through an interesting HTML hack.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-transparent-bg.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-close-on-left\">hyperterm-close-on-left</a> - Positions the close tab button on the left.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-close-on-left.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-mactabs\">hyperterm-mactabs</a> - Better tab styles, with macOS-inspired design and close buttons on the left, compatible with most themes.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-mactabs.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-final-say\">hyperterm-final-say</a> - Allows user-set overrides of any plugin or theme settings applied on top of the defaults <code>./.hyperterm.js</code>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-final-say.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-overlay\">hyperterm-overlay</a> - A complete and customizable solution for overlay window in your Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-overlay.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-tab-icons\">hyperterm-tab-icons</a> - Add icons to the header tabs for the current running process in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-tab-icons.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/config-hyperterm\">config-hyperterm</a> - Easily set/get <code>Hyper</code> config.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/config-hyperterm.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperfull\">hyperfull</a> - Will start Hyper in full screen.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperfull.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-crosshair\">hyperterm-crosshair</a> - Shows the cursor position with an horizontal and vertical highlight/ruler.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-crosshair.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-cursor\">hyperterm-cursor</a> - Allows seeing the char behind your cursor by a color difference.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-cursor.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hypersixteen\">hypersixteen</a> - A base16 loader for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hypersixteen.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-stylesheet\">hyper-stylesheet</a> - Adds support for an external hyper stylesheet.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-stylesheet.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperlayout\">hyperlayout</a> - Layout presets for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperlayout.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-autohide-tabs\">hyper-autohide-tabs</a> - Autohide tab bar when there is only one tab.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-autohide-tabs.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperminimal\">hyperminimal</a> - Removes the window header for more space and less distraction.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperminimal.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-autoprofile\">hyper-autoprofile</a> - Change terminal appearance (backgroundColor, font...) according to current shell prompt.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-autoprofile.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-tabs-enhanced\">hyper-tabs-enhanced</a> - Configurable enhanced tabs with tab icons and more.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-tabs-enhanced.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-arc-dark-controls\">hyper-arc-dark-controls</a> - Pretty window controls from the Arc Dark theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-arc-dark-controls.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-mac-controls\">hyper-mac-controls</a> - Mac-like window controls for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-mac-controls.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-terminal-tabs\">hyper-terminal-tabs</a> - Brings Terminal.app look and feel to Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-terminal-tabs.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-dark-scrollbar\">hyper-dark-scrollbar</a> - Pretty scrollbar for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-dark-scrollbar.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-pane\">hyper-pane</a> - Navigate through panes with arrows, jump directly to a specific pane with digit or change focus on mouse hover.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-pane.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-always-on-top\">hyper-always-on-top</a> - Add a menu item to keep application windows always on top.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-always-on-top.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-transparent-dynamic\">hyper-transparent-dynamic</a> - Dynamically set transparent background based on current theming.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-transparent-dynamic.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-vsplit-fix\">hyper-vsplit-fix</a> - Fixes the vertical split border height in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-vsplit-fix.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-hide-title\">hyper-hide-title</a> - Hide the window title when there is only one tab.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-hide-title.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-wal\">hyper-wal</a> - Extension for using color schemes generated by <a href=\"https://github.com/dylanaraps/wal\">wal</a> in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-wal.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-hover-header\">hyper-hover-header</a> - Hidden header/title bar. Move the cursor to the top border of the window to have the header/title bar fade in.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-hover-header.svg?label=DL\"></a></td>\n</tr>\n</tbody>\n</table>\n<p><a href=\"#contents\">&#x2B06; Back to top</a></p>\n<h2>Development</h2>\n<table>\n<thead>\n<tr>\n<th>Name and description</th>\n<th>Downloads</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-open-devtools\">hyperterm-open-devtools</a> - Open DevTools for currently showing web page with a hotkey.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-open-devtools.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-install-devtools\">hyperterm-install-devtools</a> - Use Chrome DevTools extension on Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-install-devtools.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/is-hyper\">is-hyper</a> - Check if your Node.js script is running in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/is-hyper.svg?label=DL\"></a></td>\n</tr>\n</tbody>\n</table>\n<p><a href=\"#contents\">&#x2B06; Back to top</a></p>\n<h2>Fun</h2>\n<table>\n<thead>\n<tr>\n<th>Name and description</th>\n<th>Downloads</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperpower\">hyperpower</a> - Add a pinch of kick-arse raw POWER to your Hyper! Adds the pixel-explosion and shake effect that&apos;s been implemented in several text editors.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperpower.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/htyt\">htyt</a> - Search and play youtube videos in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/htyt.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-john\">hyper-john</a> - A 10% chance of getting hit with the John Cena theme when opening tabs, windows and splits.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-john.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-command-gifs\">hyper-command-gifs</a> - Gives you matching GIFs for your terminal commands.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-command-gifs.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-cat\">hyper-cat</a> - Turn your terminal into nyan cat while typing.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-cat.svg?label=DL\"></a></td>\n</tr>\n</tbody>\n</table>\n<p><a href=\"#contents\">&#x2B06; Back to top</a></p>\n<h1>Themes</h1>\n<table>\n<thead>\n<tr>\n<th>Name and description</th>\n<th>Downloads</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/an-old-hype\">an-old-hype</a> - A Hyper theme inspired by a galaxy far far away... and by Jesse Leites <a href=\"https://atom.io/themes/an-old-hope-syntax\">atom syntax theme</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/an-old-hype.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-atom-dark-transparent\">hyper-atom-dark-transparent</a> - Hyper theme based on the hyperterm-atom-dark, but with transparency.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-atom-dark-transparent.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-aww\">hyper-aww</a> - A theme that changes the terminal background to a different cute animal gif each time you open Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-aww.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-ayu\">hyper-ayu</a> - Theme based on the Ayu Theme for Sublime Text.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-ayu.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-captain-sweetheart\">hyper-captain-sweetheart</a> - Tuff but sweet Hyper theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-captain-sweetheart.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-chesterish\">hyper-chesterish</a> - Saturated theme based on Chester syntax.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-chesterish.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-clean\">hyper-clean</a> - A clean theme with <a href=\"https://github.com/IBM-Design/colors\">IBM Design colors</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-clean.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-criollo\">hyper-criollo</a> - Theme based in vaporwave colors.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-criollo.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-darkmatter\">hyper-darkmatter</a> - Dark - Darkmatter theme for Hyper, inspired by <a href=\"https://github.com/patrickemuller/Sublime-Darkmatter-Theme\">Sublime Darkmatter</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-darkmatter.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-dracula\">hyper-dracula</a> - A dark theme for Hyper based on the <a href=\"https://draculatheme.com/hyper/\">Dracula theme</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-dracula.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-firewatch\">hyper-firewatch</a> - A dark Hyper theme inspired by Campo Santo&apos;s Firewatch video game.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-firewatch.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-flat-2\">hyper-flat-2</a> - Another Flat theme for Hyper based on Flat theme for Terminal.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-flat-2.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-flat\">hyper-flat</a> - A Flat theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-flat.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-frontend-delight\">hyper-frontend-delight</a> - Dark - Based on Frontend Delight iTerm2 color scheme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-frontend-delight.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-hybrid-reduced-contrast\">hyper-hybrid-reduced-contrast</a> - A port of the reduced contrast version of <a href=\"https://github.com/w0ng/vim-hybrid\">vim-hybrid</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-hybrid-reduced-contrast.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-loved\">hyper-loved</a> - A dark, elegant theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-loved.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-macos\">hyper-macos</a> - Native macOS theme with vibrancy support.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-macos.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-material-box\">hyper-material-box</a> - The most hackable theme for your favorite terminal Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-material-box.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-material-theme\">hyper-material-theme</a> - Dark - The most epic material theme now on Hyper App.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-material-theme.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-materialshell\">hyper-materialshell</a> - A dark material design theme with a good contrast and color pops at the important parts. Designed to be easy on the eyes, based on <a href=\"https://github.com/carloscuesta/materialshell\">materialshell</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-materialshell.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-midnight\">hyper-midnight</a> - A minimalist theme for the Hyper terminal.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-midnight.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-monochrome\">hyper-monochrome</a> - Monochrome theme, based on <a href=\"https://github.com/fxn/vim-monochrome\">vim-monochrome</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-monochrome.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-nord\">hyper-nord</a> - Nord theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-nord.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-oceans16\">hyper-oceans16</a> - Saturated theme based on Base16 Ocean syntax.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-oceans16.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-one-light\">hyper-one-light</a> - Light - A very cute theme with extra light background based on the <a href=\"https://github.com/atom/one-light-syntax\">Atom One Light</a> pallete.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-one-light.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-papercolor\">hyper-papercolor</a> - <a href=\"https://github.com/NLKNguyen/papercolor-theme\">PaperColor</a> theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-papercolor.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-peacock\">hyper-peacock</a> - A Peacock theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-peacock.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-polarbear\">hyper-polarbear</a> - A beautiful white theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-polarbear.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-ramda\">hyper-ramda</a> - Theme inspired by the RamdaJS REPL.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-ramda.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-seashells\">hyper-seashells</a> - A Hyper port of the <a href=\"https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/screenshots/sea_shells.png\">iTerm2 SeaShells</a> color scheme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-seashells.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-sierra-vibrancy\">hyper-sierra-vibrancy</a> - hyper-sierra with vibrancy.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-sierra-vibrancy.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-sierra\">hyper-sierra</a> - A dark theme for Hyper inspired by the Sierra Nevada.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-sierra.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-snazzy\">hyper-snazzy</a> - Dark - Elegant theme with bright colors.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-snazzy.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-solarized-dark\">hyper-solarized-dark</a> - Pleasant and carefully chosen colors based on the popular <a href=\"http://ethanschoonover.com/solarized\">solarized</a> palette.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-solarized-dark.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-solarized-light\">hyper-solarized-light</a> - Pleasant and carefully chosen colors based on the popular <a href=\"http://ethanschoonover.com/solarized\">solarized</a> palette.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-solarized-light.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-thirtyone\">hyper-thirtyone</a> - A slightly modified classic linux terminal theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-thirtyone.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-white-theme\">hyper-white-theme</a> - White &amp; Purple theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-white-theme.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-zenburn\">hyper-zenburn</a> - A classic low-contrast theme originally made for vim adapted for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-zenburn.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyper-zigorat\">hyper-zigorat</a> - A minimal syntax theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyper-zigorat.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperambient\">hyperambient</a> &#x2013; Dark/Light - A theme that reacts to ambient light changes.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperambient.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperatompunk\">hyperatompunk</a> - Hyper extension to make your terminal look like a CRT in Fallout.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperatompunk.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperblue-vibrancy\">hyperblue-vibrancy</a> - The same cool tones from hyperblue, now with vibrancy!</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperblue-vibrancy.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperblue\">hyperblue</a> &#x2013; Dark, cool hues. Turns Hyper blue.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperblue.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperganymede\">hyperganymede</a> - A color scheme inspired by the icy coldness of the moons of Jupiter.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperganymede.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperhue\">hyperhue</a> &#x2013; Dark/Rainbow - A theme that reacts to the colors of your Philips Hue lights.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperhue.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hypernasa\">hypernasa</a> - A theme which replaces the terminal background with NASA&apos;s Picture of the Day.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hypernasa.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperpanic\">hyperpanic</a> - Dark - A very pretty theme close to the Panic theme&apos;s colors. Dark blue background with very bright highlight colors.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperpanic.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperpunk\">hyperpunk</a> - Hyper extension to make your terminal look Cyberpunk / Sci-fi.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperpunk.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hypersolar-dark\">hypersolar-dark</a> - A dark theme based loosely on Solarized Dark, with a fix for the usual solarized dark colours with blacks that actually show up in your terminal!</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hypersolar-dark.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-adventurous\">hyperterm-adventurous</a> - An adventure time inspired theme based on the Adventurous Atom theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-adventurous.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-atom-dark\">hyperterm-atom-dark</a> - Dark - Really beautiful import of Atom One Dark theme from the <a href=\"https://github.com/atom/one-dark-syntax\">official Atom theme</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-atom-dark.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-base16-tomorrow-dark\">hyperterm-base16-tomorrow-dark</a> &#x2013; Dark - Hyper port of Atom&apos;s <code>Base16 Tomorrow Dark</code> Theme, with a pretty muted pastel pallette.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-base16-tomorrow-dark.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-bold-tab\">hyperterm-bold-tab</a> - Bold&apos;s your active tab text. Makes keeping track of your current tab painless.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-bold-tab.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-cobalt2-theme\">hyperterm-cobalt2-theme</a> - Dusty Blue, dark with vibrant pops of colour for the important stuff. Goes well with Cobalt2 ZSH theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-cobalt2-theme.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-colors\">hyperterm-colors</a> - Dark - Sweet dark color scheme with a chocolate-y brown background and a pretty set of muted colors!</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-colors.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-dark-fusion\">hyperterm-dark-fusion</a> - Hyperterm theme based on atom-dark-fusion.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-dark-fusion.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-dark-macos\">hyperterm-dark-macos</a> - A theme that pairs nicely with macOS dark mode.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-dark-macos.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-deep-space\">hyperterm-deep-space</a> - Dark - Dark, muted theme with good color matching.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-deep-space.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-duotone-darkspace\">hyperterm-duotone-darkspace</a> - Dark/Orange - A beautiful dark theme inspired by <a href=\"http://simurai.com/projects/2016/01/01/duotone-themes\">Duotone Themes</a> by <a href=\"http://simurai.com/\">Simurai</a>. More color variations can be found <a href=\"https://www.npmjs.com/search?q=hyperterm-duotone-*\">here</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-duotone-darkspace.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-earthsong\">hyperterm-earthsong</a> - A natural and calming theme for Hyper. Ported from iTerm&apos;s Earthsong theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-earthsong.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-electron-highlighter\">hyperterm-electron-highlighter</a> - Dark - Port of Atom One Dark syntax colors with more vibrant colors.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-electron-highlighter.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-firewatch\">hyperterm-firewatch</a> &#x2013; Dark &#x2013; Glowing, dark theme heavily inspired by the <a href=\"http://www.firewatchgame.com/\">Firewatch game</a> and the <a href=\"https://atom.io/themes/firewatch-syntax\">atom syntax theme</a> based on it.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-firewatch.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-gooey\">hyperterm-gooey</a> - A dark theme with striking green and purple, based off atom-dark.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-gooey.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-gruvbox-dark\">hyperterm-gruvbox-dark</a> - Dark - Hyper theme with retro, earthy groove colors based on the <a href=\"https://github.com/morhetz/gruvbox\">gruvbox</a> vim color scheme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-gruvbox-dark.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-gruvbox\">hyperterm-gruvbox</a> - Theme based on gruvbox with dark, light styles and contrast options.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-gruvbox.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-hipster\">hyperterm-hipster</a> - A hipster theme based on the hipster-syntax theme for Atom.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-hipster.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-hybrid\">hyperterm-hybrid</a> &#x2013; Dark - Beautiful theme, based on <a href=\"https://github.com/w0ng/vim-hybrid\">vim-hybrid</a>, that combines <a href=\"https://github.com/chriskempson/vim-tomorrow-theme\">Tomorrow-Night</a>, <a href=\"https://www.codecademy.com/\">Codecademy</a>, <a href=\"https://github.com/nanotech/jellybeans.vim\">Jellybeans</a>, and <a href=\"https://github.com/altercation/vim-colors-solarized\">Solarized</a> themes together.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-hybrid.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-material-spacegray\">hyperterm-material-spacegray</a> - A port of the low-contrast Material Spacegray theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-material-spacegray.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-material\">hyperterm-material</a> - Dark - Brings the famous Material Design colors scheme in Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-material.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-mild-dark\">hyperterm-mild-dark</a> - A mild dark theme for Hyper.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-mild-dark.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-monokai\">hyperterm-monokai</a> - Dark - A port of the popular monokai theme. The colors are warm, relaxing and pleasing to the eyes.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-monokai.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-oceanic-next\">hyperterm-oceanic-next</a> - Dark blue theme optimised for ES2015. Ported from <a href=\"https://github.com/voronianski/oceanic-next-color-scheme\">Oceanic Next</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-oceanic-next.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-panda\">hyperterm-panda</a> &#x2014; Panda syntax theme a superminimal, dark Syntax Theme &#x2014; Hyper port.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-panda.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-retro\">hyperterm-retro</a> - A retro Hyper theme inspired by the <a href=\"https://github.com/Swordfish90/cool-retro-term\">cool-retro-term</a> terminal emulator.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-retro.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-sourcerer\">hyperterm-sourcerer</a> - A 16-bit dark theme based on <a href=\"https://github.com/xero/sourcerer\">xero/sourcerer</a>.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-sourcerer.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-spacegray\">hyperterm-spacegray</a> &#x2013; Port of the popular Spacegray theme, optimized for terminal usage.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-spacegray.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-tomorrow-night\">hyperterm-tomorrow-night</a> - Dark - Port of the popular Tomorrow Night theme.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-tomorrow-night.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-unlease\">hyperterm-unlease</a> - A fresh theme for Hyper that makes you feel like there&apos;s one of those pine tree car air fresheners hanging from your terminal.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-unlease.svg?label=DL\"></a></td>\n</tr>\n<tr>\n<td><a href=\"https://www.npmjs.com/package/hyperterm-wp-theme\">hyperterm-wp-theme</a> - An adaptation of the popular JetBrains Darcula Theme with support for colored tabs.</td>\n<td><a href=\"\"><img src=\"https://img.shields.io/npm/dm/hyperterm-wp-theme.svg?label=DL\"></a></td>\n</tr>\n</tbody>\n</table>\n<p>Know of another really awesome theme? <a href=\"https://github.com/bnb/awesome-hyper/issues/new\">Get it on awesome-hyper!</a></p>\n<p><a href=\"#contents\">&#x2B06; Back to top</a></p>\n<h1>Resources</h1>\n<ul>\n<li><a href=\"https://hyper.is/\">Official Hyper Website</a> - The official Hyper website.</li>\n<li><a href=\"https://www.npmjs.com/package/hyperzsh\">hyperzsh</a> - Zsh for Hyper.</li>\n<li><a href=\"https://www.youtube.com/watch?v=q_O-VEermsk&amp;list=PL31ehRjJCA6Ez9Y_dZWymd_LDV7Ydc_0D&amp;index=2\">Extending Hyper</a> - A talk by Matthew Conlen (<a href=\"https://github.com/mathisonian\">@mathisonian</a>) at EmpireNode 2016.</li>\n<li><a href=\"https://hyperthemes.matthi.coffee\">Hyper Themes screenshot browser</a> by <a href=\"https://github.com/MatthiasWinkelmann\">@MatthiasWinkelmann</a> to visually browse screenshots of Hyper themes.</li>\n<li>Know of another Hyper resource? <a href=\"https://github.com/bnb/awesome-hyper/issues/new\">Share the love!</a></li>\n</ul>\n<p><a href=\"#contents\">&#x2B06; Back to top</a></p>\n"
    },
    {
      "component": "footer",
      "links": [
        {
          "href": "https://github.com/bnb/awesome-hyper",
          "text": "GitHub"
        },
        {
          "href": "https://github.com/bnb",
          "text": "bnb"
        },
        {
          "href": "https://github.com/matheuss",
          "text": "matheuss"
        },
        {
          "href": "https://github.com/darahak",
          "text": "darahak"
        },
        {
          "href": "https://github.com/iamstarkov",
          "text": "iamstarkov"
        }
      ],
      "image": "http://imgur.com/a/MkqD9",
      "meta": "Awesome Hyper - a curated list of sweet Hyper packages, themes, and resources.",
      "heading": ""
    }
  ]
}
Download .txt
gitextract_lafuq4r1/

├── .gitattributes
├── .github/
│   └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── .travis.yml
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── code-of-conduct.md
└── compositor.json
Condensed preview — 9 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (126K chars).
[
  {
    "path": ".gitattributes",
    "chars": 46,
    "preview": "* text=auto\n*.ai binary\nreadme.md merge=union\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "chars": 1467,
    "preview": "<!--- Provide a general summary of your changes in the Title above -->\n\n## Checklist for submitting a resource to `aweso"
  },
  {
    "path": ".gitignore",
    "chars": 589,
    "preview": "# Logs\nlogs\n*.log\nnpm-debug.log*\n\n# Runtime data\npids\n*.pid\n*.seed\n\n# Directory for instrumented libs generated by jscov"
  },
  {
    "path": ".travis.yml",
    "chars": 158,
    "preview": "language: ruby\nrvm: 2.2\nbefore_script: gem install awesome_bot\nscript: awesome_bot README.md --allow-dupe -w issues/new,"
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 4057,
    "preview": "# Contribution Guidelines\n\nPlease note that this project is released with a [Contributor Code of Conduct](code-of-conduc"
  },
  {
    "path": "LICENSE",
    "chars": 6555,
    "preview": "CC0 1.0 Universal\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclus"
  },
  {
    "path": "README.md",
    "chars": 59261,
    "preview": "# Awesome Hyper [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/b"
  },
  {
    "path": "code-of-conduct.md",
    "chars": 3220,
    "preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, w"
  },
  {
    "path": "compositor.json",
    "chars": 46367,
    "preview": "{\n  \"name\": \"bnb/awesome-hyper\",\n  \"version\": \"0.1.4\",\n  \"libraries\": {\n    \"xv\": \"^1.1.25\"\n  },\n  \"title\": \"Awesome Hyp"
  }
]

About this extraction

This page contains the full source code of the bnb/awesome-hyper GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 9 files (118.9 KB), approximately 35.6k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!