1.0.2 • Published 9 months ago
hyper-neon-theme v1.0.2
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.