Dracula Icon

Hyper

Dracula Theme for Hyper

hyper - Theme Preview

§Hyper

§Install using the hyper command-line interface

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