Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 505 Bytes

INSTALL.md

File metadata and controls

27 lines (20 loc) · 505 Bytes
hyper install hyper-dracula

Install using config file

Add hyper-dracula to the plugins list in your ~/.hyper.js config file.

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