Awesome
GitHub Dark Theme for Hyper <img width='32' alt='Hyper GitHub Theme' src='https://cloud.githubusercontent.com/assets/10454741/21241774/9172ddb6-c311-11e6-91ee-e4225ab9560a.gif'>
Based on the official GitHub Theme for VS Code
Install
via Hyper's CLI
- Run
$ hyper install hyper-github-dark
in your command line - Reload Hyper: View -> Full Reload or Cmd + Shift + R
manually
- Edit your
~/.hyper.js
file (Hyper > Preferences...) - Add
hyper-github-dark
to your plugins list:
plugins: [..."hyper-github-dark"];
- 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": ""
}
}