White & Purple theme for ⚡Hyper
Live preview Here
To install this theme just edit (Cmd + ,) your ~/.hyper.js
and add hyper-white-theme
to the plugins: []
array.
// ~/.hyper.js
...
plugins: [
'hyper-white-theme'
],
// in development, you can create a directory under
// `~/.hyper_plugins/local/` and include it here
// to load it and avoid it being `npm install`ed
localPlugins: []
}
Then Full Reload or Restart the application Cmd + Shift + R.
Also you can use hpm (Hyper Package Manager)
# Using HPM
$ hpm i hyper-white-theme
This theme provides 1 optional extra setting that you can add in your ~/.hyper.js
configuration file.
colors: {
...
},
// Use HEX colors
mainColor: '#123456',
// etc...
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 ⭐. It's free!