Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hyper-github-dark

ohheyjosh8MIT1.0.0

Hyper.app fork of the GitHub theme for VS Code

hyperterm, hyper, hyper.app, github, github theme

readme

GitHub Theme for Hyper Hyper GitHub Theme

Based on the official GitHub Theme for VS Code

Install

via Hyper's CLI

  1. Run $ hyper install hyper-github-dark in your command line
  2. Reload Hyper: View -> Full Reload or Cmd + Shift + R

manually

  1. Edit your ~/.hyper.js file (Hyper > Preferences...)
  2. Add hyper-github-dark to your plugins list:
    plugins: [
    ...
    'hyper-github-dark'
    ]
  3. Reload Hyper: View -> Full Reload or Cmd + Shift + R

Customize (optional)

Some of Hyper's customizable properties will override the ones specified by the GitHub Theme's default configurations:

{
  config: {
    cursorColor: '',
    padding: '',
    foregroundColor: ''
    termCss: ''
    css: ''
  }
}