1.0.2 • Published 6 years ago
hyper-cola-theme v1.0.2
hyper-cola-theme
Cola-inspired color theme for Hyper
Installation
Open ~/.hyper.js
file then add 'hyper-cola-theme'
to plugins
.
module.exports = {
...
plugins: [
...
'hyper-cola-theme',
...
],
...
};
Configuration
- Open
~/.hyper.js
file then addhyperColaTheme: '<scheme>'
toconfig
.
module.exports = {
config: {
...
// set color scheme 'red' or 'dark'
// default is 'red'
hyperColaTheme: 'red',
...
},
};
- Restart Hyper