1.0.0 • Published 6 years ago
hyper-github-dark v1.0.0
GitHub Theme for Hyper
Based on the official GitHub Theme for VS Code
Install
via Hyper's CLI
- Run
$ hyper install hyper-github-darkin your command line - Reload Hyper: View -> Full Reload or Cmd + Shift + R
manually
- Edit your
~/.hyper.jsfile (Hyper > Preferences...) - Add
hyper-github-darkto 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: ''
}
}1.0.0
6 years ago