hyper-white-theme
v1.0.1
Published
White & Purple theme for [:zap:Hyper](https://hyper.is)
Downloads
7
Readme
hyper-white-theme
White & Purple theme for :zap:Hyper
Live preview Here
Installation
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
Config
This theme provides 1 optional extra setting that you can add in your ~/.hyper.js
configuration file.
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!