Install using the hyper command-line interface
hyper install hyper-dracula
Add hyper-dracula
to the plugins list in your ~/.hyper.js
config file.
module.exports = {
config: {
backgroundColor: '#32302f' // override background color
},
plugins: {
'hyper-dracula'
}
}
- Start Hyper
- Go to
View -> Full Reload
or pressingCmd + Shft + R