Install using the hyper command-line interface
hyper install hyper-draculaAdd 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 Reloador pressingCmd + Shft + R