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