hyper-cola-theme

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i hyper-cola-theme

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

140 kB

Total Files

5

Last publish

Collaborators

  • asny23