[
  {
    "path": ".gitattributes",
    "content": "* text=auto\n*.ai binary\nreadme.md merge=union\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "<!--- Provide a general summary of your changes in the Title above -->\n\n## Checklist for submitting a resource to `awesome-hyper`:\n\n<!--- Go over all the following points, and put an `x` in all the boxes that have been completed. -->\n<!--- More detailed instructions are in the project's CONTRIBUTING.md - please read it if you have a question!-->\n<!--- If you're still unsure about any of these, don't hesitate to ask. We're here to help! -->\n\n- [ ] **Title:** The title for the addition uses its npm title (`hyper-example`) or the resource's title.\n- [ ] **Link:** The link for the addition uses the npmjs.com link (`https://www.npmjs.com/package/hyper-example`) or the resource's full URI.\n- [ ] **Repository:** The `package.json` file of the resource contains [repository information](https://docs.npmjs.com/files/package.json#repository).\n- [ ] **Visual:** There is a visual representation of what the addition does in its source repository.\n- [ ] **Location:** The awesome addition is in the correct category or sub-category.\n  - If it's a **plugin or resource**, put your awesome item at the **BOTTOM** of the correct section.\n  - If it's a **theme**, insert it according to the **ALPHABETICAL** order.\n- [ ] **Description:** I've written a short (one sentence) description for the addition in the `README.md`.\n- [ ] **Downloads:** I've added a download stats badge in the second column (`[![npm](https://img.shields.io/npm/dm/hyper-example.svg?label=DL)]()`)\n"
  },
  {
    "path": ".gitignore",
    "content": "# Logs\nlogs\n*.log\nnpm-debug.log*\n\n# Runtime data\npids\n*.pid\n*.seed\n\n# Directory for instrumented libs generated by jscoverage/JSCover\nlib-cov\n\n# Coverage directory used by tools like istanbul\ncoverage\n\n# nyc test coverage\n.nyc_output\n\n# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)\n.grunt\n\n# node-waf configuration\n.lock-wscript\n\n# Compiled binary addons (http://nodejs.org/api/addons.html)\nbuild/Release\n\n# Dependency directories\nnode_modules\njspm_packages\n\n# Optional npm cache directory\n.npm\n\n# Optional REPL history\n.node_repl_history\n\n.DS_Store\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: ruby\nrvm: 2.2\nbefore_script: gem install awesome_bot\nscript: awesome_bot README.md --allow-dupe -w issues/new,shields\nnotifications:\n  email: false\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contribution Guidelines\n\nPlease 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.\n\n\n## Important!\n> 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`.\n\n## Table of Contents\n\n- [Adding to this list](#adding-to-this-list)\n- [Adding something to an awesome list](#adding-something-to-an-awesome-list)\n- [Updating your Pull Request](#updating-your-pull-request)\n\n## Adding to this list\n\nPlease ensure your pull request adheres to the following guidelines:\n\n- Search previous requests for additions to awesome-hyper before making a new one - your request may be a duplicate.\n- Make an individual pull request for each suggestion to `awesome-hyper`.\n- For Hyper **package** and **theme** names, please use the package name as published on npm, and as displayed in the URI of the package.\n  - As an example, the title of `https://www.npmjs.com/package/hyper-snazzy` would be `hyper-snazzy`\n- 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)`\n  - As an example, here's how `hyper-snazzy` would be formatted:\n  - `[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)`\n- Link additions should be added to the **BOTTOM** or inserted according to the **ALPHABETICAL** order:\n  - If it's a plugin or resource, put your awesome item at the **BOTTOM** of the correct section.\n  - If it's a theme, insert it according to the **ALPHABETICAL** order.\n- New categories or improvements to the existing categorization are _always_ welcome.\n- Check your spelling and grammar.\n- Make sure your text editor is set to remove trailing whitespace.\n- The pull request and commit should have a useful title.\n\nSuggestions for ammendments to these guidelines are always welcome - feel free to submit an issue or pull request.\n\n## How to: Add a plugin, theme, or resource to awesome-hyper\n\nIf you have something awesome to contribute to awesome-hyper list, this is how you can do it.\n\nYou'll need to have a GitHub account - you can [register here](https://github.com/join)!\n\n1. Access awesome-hyper's GitHub page [here](https://github.com/bnb/awesome-hyper)\n2. 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)\n3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png)\n4. 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)\n5. 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)\n6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!\n\n## Updating your Pull Request\n\nSometimes, 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.\n\n[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.\n"
  },
  {
    "path": "LICENSE",
    "content": "CC0 1.0 Universal\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator and\nsubsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later\nclaims of infringement build upon, modify, incorporate in other works, reuse\nand redistribute as freely as possible in any form whatsoever and for any\npurposes, including without limitation commercial purposes. These owners may\ncontribute to the Commons to promote the ideal of a free culture and the\nfurther production of creative, cultural and scientific works, or to gain\nreputation or greater distribution for their Work in part through the use and\nefforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with a\nWork (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or her\nCopyright and Related Rights in the Work and the meaning and intended legal\neffect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not limited\nto, the following:\n\n  i. the right to reproduce, adapt, distribute, perform, display, communicate,\n  and translate a Work;\n\n  ii. moral rights retained by the original author(s) and/or performer(s);\n\n  iii. publicity and privacy rights pertaining to a person's image or likeness\n  depicted in a Work;\n\n  iv. rights protecting against unfair competition in regards to a Work,\n  subject to the limitations in paragraph 4(a), below;\n\n  v. rights protecting the extraction, dissemination, use and reuse of data in\n  a Work;\n\n  vi. database rights (such as those arising under Directive 96/9/EC of the\n  European Parliament and of the Council of 11 March 1996 on the legal\n  protection of databases, and under any national implementation thereof,\n  including any amended or successor version of such directive); and\n\n  vii. other similar, equivalent or corresponding rights throughout the world\n  based on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time\nextensions), (iii) in any current or future medium and for any number of\ncopies, and (iv) for any purpose whatsoever, including without limitation\ncommercial, advertising or promotional purposes (the \"Waiver\"). Affirmer makes\nthe Waiver for the benefit of each member of the public at large and to the\ndetriment of Affirmer's heirs and successors, fully intending that such Waiver\nshall not be subject to revocation, rescission, cancellation, termination, or\nany other legal or equitable action to disrupt the quiet enjoyment of the Work\nby the public as contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account\nAffirmer's express Statement of Purpose. In addition, to the extent the Waiver\nis so judged Affirmer hereby grants to each affected person a royalty-free,\nnon transferable, non sublicensable, non exclusive, irrevocable and\nunconditional license to exercise Affirmer's Copyright and Related Rights in\nthe Work (i) in all territories worldwide, (ii) for the maximum duration\nprovided by applicable law or treaty (including future time extensions), (iii)\nin any current or future medium and for any number of copies, and (iv) for any\npurpose whatsoever, including without limitation commercial, advertising or\npromotional purposes (the \"License\"). The License shall be deemed effective as\nof the date CC0 was applied by Affirmer to the Work. Should any part of the\nLicense for any reason be judged legally invalid or ineffective under\napplicable law, such partial invalidity or ineffectiveness shall not\ninvalidate the remainder of the License, and in such case Affirmer hereby\naffirms that he or she will not (i) exercise any of his or her remaining\nCopyright and Related Rights in the Work or (ii) assert any associated claims\nand causes of action with respect to the Work, in either case contrary to\nAffirmer's express Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n  a. No trademark or patent rights held by Affirmer are waived, abandoned,\n  surrendered, licensed or otherwise affected by this document.\n\n  b. Affirmer offers the Work as-is and makes no representations or warranties\n  of any kind concerning the Work, express, implied, statutory or otherwise,\n  including without limitation warranties of title, merchantability, fitness\n  for a particular purpose, non infringement, or the absence of latent or\n  other defects, accuracy, or the present or absence of errors, whether or not\n  discoverable, all to the greatest extent permissible under applicable law.\n\n  c. Affirmer disclaims responsibility for clearing rights of other persons\n  that may apply to the Work or any use thereof, including without limitation\n  any person's Copyright and Related Rights in the Work. Further, Affirmer\n  disclaims responsibility for obtaining any necessary consents, permissions\n  or other rights required for any use of the Work.\n\n  d. Affirmer understands and acknowledges that Creative Commons is not a\n  party to this document and has no duty or obligation with respect to this\n  CC0 or use of the Work.\n\nFor more information, please see\n<http://creativecommons.org/publicdomain/zero/1.0/>\n"
  },
  {
    "path": "README.md",
    "content": "# 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)\n\n[<img src=\"hyper-3-color-logo.svg\" align=\"right\" width=\"240\">](https://hyper.is)\n\n> A curated list of sweet Hyper [packages](#packages), [themes](#themes), and [resources](#resources).\n\n*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!*\n\n*Please read the [contribution guidelines](CONTRIBUTING.md) before contributing.*\n\n**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).**\n\nWant 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)!\n\nLike `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*! 👋\n\n<!-- AWESOME ITEM TEMPLATE --\n\n* [Hyper Awesome Name](hyper.awesome.link) - Kick-arse description of why the Package, Theme, or resource is AWESOME!\n\n-- /AWESOME ITEM TEMPLATE -->\n\n# Contents\n\n- [Packages](#packages)\n  - [Productivity](#productivity)\n  - [Customization](#customization)\n  - [Development](#development)\n  - [Fun](#fun)\n- [Themes](#themes)\n- [Resources](#resources)\n\n# Packages\nKnow of another Hyper package? [Help add it!](https://github.com/bnb/awesome-hyper/issues/new)\n\n## Productivity\n\nName and description | Downloads\n-------------------- | -------------\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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))\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n\n[⬆ Back to top](#contents)\n\n## Customization\n\nName and description | Downloads\n-------------------- | -------------\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n\n[⬆ Back to top](#contents)\n\n## Development\n\nName and description | Downloads\n-------------------------------------------------------------------------------------------------------------------------------------------- | -------------\n[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)\n[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)\n[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)\n\n[⬆ Back to top](#contents)\n\n## Fun\nName and description | Downloads\n---------------------------------- | -------------\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n\n[⬆ Back to top](#contents)\n\n# Themes\n\nName and description | Downloads\n-------------------- | -------------\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n[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)\n\nKnow of another really awesome theme? [Get it on awesome-hyper!](https://github.com/bnb/awesome-hyper/issues/new)\n\n[⬆ Back to top](#contents)\n\n# Resources\n* [Official Hyper Website](https://hyper.is/) - The official Hyper website.\n* [hyperzsh](https://www.npmjs.com/package/hyperzsh) - Zsh for Hyper.\n* [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.\n* [Hyper Themes screenshot browser](https://hyperthemes.matthi.coffee) by [@MatthiasWinkelmann](https://github.com/MatthiasWinkelmann) to visually browse screenshots of Hyper themes.\n* [Carbon](https://carbon.now.sh/) is a tool to easily create Hyper-based screenshots.\n* Know of another Hyper resource? [Share the love!](https://github.com/bnb/awesome-hyper/issues/new)\n\n[⬆ Back to top](#contents)\n"
  },
  {
    "path": "code-of-conduct.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as\ncontributors and maintainers pledge to making participation in our project and\nour community a harassment-free experience for everyone, regardless of age, body\nsize, disability, ethnicity, gender identity and expression, level of experience,\nnationality, personal appearance, race, religion, or sexual identity and\norientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment\ninclude:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or\nadvances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic\n  address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable\nbehavior and are expected to take appropriate and fair corrective action in\nresponse to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or\nreject comments, commits, code, wiki edits, issues, and other contributions\nthat are not aligned to this Code of Conduct, or to ban temporarily or\npermanently any contributor for other behaviors that they deem inappropriate,\nthreatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces\nwhen an individual is representing the project or its community. Examples of\nrepresenting a project or community include using an official project e-mail\naddress, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event. Representation of a project may be\nfurther defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at hello@bnb.im. All\ncomplaints will be reviewed and investigated and will result in a response that\nis deemed necessary and appropriate to the circumstances. The project team is\nobligated to maintain confidentiality with regard to the reporter of an incident.\nFurther details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good\nfaith may face temporary or permanent repercussions as determined by other\nmembers of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,\navailable at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
  },
  {
    "path": "compositor.json",
    "content": "{\n  \"name\": \"bnb/awesome-hyper\",\n  \"version\": \"0.1.4\",\n  \"libraries\": {\n    \"xv\": \"^1.1.25\"\n  },\n  \"title\": \"Awesome Hyper\",\n  \"branch\": \"master\",\n  \"style\": {\n    \"name\": \"Material\",\n    \"componentSet\": {\n      \"nav\": \"nav/DarkAbsoluteNav\",\n      \"header\": \"header/GradientHeader\",\n      \"article\": \"article/BasicArticle\",\n      \"footer\": \"footer/BasicFooter\"\n    },\n    \"fontFamily\": \"Roboto, sans-serif\",\n    \"heading\": {\n      \"fontWeight\": 500,\n      \"letterSpacing\": \"-0.01em\"\n    },\n    \"colors\": {\n      \"text\": \"#212121\",\n      \"background\": \"#fff\",\n      \"primary\": \"#2196f3\",\n      \"secondary\": \"#1565c0\",\n      \"highlight\": \"#ff4081\",\n      \"border\": \"#e0e0e0\",\n      \"muted\": \"#f5f5f5\"\n    },\n    \"layout\": {\n      \"centered\": true,\n      \"bannerHeight\": \"80vh\",\n      \"maxWidth\": 896\n    }\n  },\n  \"content\": [\n    {\n      \"component\": \"header\",\n      \"heading\": \"awesome-hyper\",\n      \"subhead\": \"🖥 Delightful Hyper plugins, themes, and resources\",\n      \"children\": [\n        {\n          \"component\": \"ui/TweetButton\",\n          \"text\": \"awesome-hyper: 🖥 Delightful Hyper plugins, themes, and resources\",\n          \"url\": \"\"\n        },\n        {\n          \"component\": \"ui/GithubButton\",\n          \"user\": \"bnb\",\n          \"repo\": \"awesome-hyper\"\n        }\n      ]\n    },\n    {\n      \"component\": \"article\",\n      \"metadata\": {\n        \"source\": \"github.readme\"\n      },\n      \"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\"\n    },\n    {\n      \"component\": \"footer\",\n      \"links\": [\n        {\n          \"href\": \"https://github.com/bnb/awesome-hyper\",\n          \"text\": \"GitHub\"\n        },\n        {\n          \"href\": \"https://github.com/bnb\",\n          \"text\": \"bnb\"\n        },\n        {\n          \"href\": \"https://github.com/matheuss\",\n          \"text\": \"matheuss\"\n        },\n        {\n          \"href\": \"https://github.com/darahak\",\n          \"text\": \"darahak\"\n        },\n        {\n          \"href\": \"https://github.com/iamstarkov\",\n          \"text\": \"iamstarkov\"\n        }\n      ],\n      \"image\": \"http://imgur.com/a/MkqD9\",\n      \"meta\": \"Awesome Hyper - a curated list of sweet Hyper packages, themes, and resources.\",\n      \"heading\": \"\"\n    }\n  ]\n}\n"
  }
]