hyper-neon-theme
v1.0.2
Published
neon-inspired color theme for Hyper
Downloads
223
Maintainers
Readme
Hyper-neon-theme
Your Hyper in neon. This is a Hyper color theme based on neon colors.
Installation
1.Open ~/.hyper.js
file then add 'hyper-neon-theme'
to plugins.
module.exports = {
plugins: [
...
'hyper-neon-theme',
...
],
...
};
2.Restart Hyper.