Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hyper-cola-theme

asny239MIT1.0.2

Cola-inspired color theme for Hyper

hyper, hyper-theme, hyperterm, hyperterm-theme, hyper.app, coke, cola

readme

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