1.0.2 • Published 5 years ago

hyper-cola-theme v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

hyper-cola-theme

Cola-inspired color theme for Hyper

screenshot

Installation

Open ~/.hyper.js file then add 'hyper-cola-theme' to plugins.

module.exports = {
  ...

  plugins: [
    ...
    'hyper-cola-theme',
    ...
  ],

  ...
};

Configuration

  1. Open ~/.hyper.js file then add hyperColaTheme: '<scheme>' to config.
module.exports = {
  config: {
    ...

    // set color scheme 'red' or 'dark'
    // default is 'red'
    hyperColaTheme: 'red',

    ...
  },
};
  1. Restart Hyper