White & Purple theme for [:zap:Hyper](https://hyper.is)
npm install hyper-white-theme!screenshot
> Live preview [Here][web_preview]
~/.hyper.js and add hyper-white-theme to the plugins: [] array.``javascript
// ~/.hyper.js
...
plugins: [
'hyper-white-theme'
],
// in development, you can create a directory under
// ~/.hyper_plugins/local/ and include it herenpm install
// to load it and avoid it being ed`
localPlugins: []
}
Then Full Reload or Restart the application Cmd + Shift + R.
Also you can use hpm (Hyper Package Manager)
`bash`
# Using HPM
$ hpm i hyper-white-theme
configuration file.`javascript
colors: {
...
},
// Use HEX colors
mainColor: '#123456',
// etc...
`
Icon

If you like it, you can download this custom icon themed for
hyper-white-theme`!
> Hey! I hope you enjoyed this theme, if you, leave a star :star:. It's free!
[screenshot]: assets/screenshot.png
[web_preview]: https://rawnly.github.io/hyper-white-theme