Hyper.app fork of the GitHub theme for VS Code
npm install hyper-github-darkBased on the official GitHub Theme for VS Code
1. Run $ hyper install hyper-github-dark in your command line
2. Reload Hyper: View -> Full Reload or Cmd + Shift + R
1. Edit your ~/.hyper.js file (Hyper > Preferences...)
2. Add hyper-github-dark to your plugins list:
``js`
plugins: [
...
'hyper-github-dark'
]
1. Reload Hyper: View -> Full Reload or Cmd + Shift + R
Some of Hyper's customizable properties will override the ones specified by the GitHub Theme's default configurations:
`js``
{
config: {
cursorColor: '',
padding: '',
foregroundColor: ''
termCss: ''
css: ''
}
}