hyper-cola-theme
Cola-inspired color theme for Hyper
Installation
Open ~/.hyper.js
file then add 'hyper-cola-theme'
to plugins
.
moduleexports = ... plugins: ... 'hyper-cola-theme' ... ...;
Configuration
- Open
~/.hyper.js
file then addhyperColaTheme: '<scheme>'
toconfig
.
moduleexports = config: ... // set color scheme 'red' or 'dark' // default is 'red' hyperColaTheme: 'red' ... ;
- Restart Hyper