Skip to content

asny23/hyper-cola-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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