Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 599 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 599 Bytes

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