hyper-dracula
Version:
A dark theme for Hyper
28 lines (20 loc) • 505 B
Markdown
### [Hyper](https://hyper.is/)
#### Install using the [hyper command-line interface](https://hyper.is/)
```shell
hyper install hyper-dracula
```
#### Install using config file
Add `hyper-dracula` to the plugins list in your `~/.hyper.js` config file.
```shell
module.exports = {
config: {
backgroundColor: '#32302f' // override background color
},
plugins: {
'hyper-dracula'
}
}
```
#### Activating theme
1. Start Hyper
2. Go to `View -> Full Reload` or pressing `Cmd + Shft + R`