hyper-chester

0.2.5 • Public • Published

Chester for Hyper

Hyper theme based on the Chester syntax theme.

Install

  1. Open Hyper's preferences with Cmd+, (or manually at ~/.hyper.js) with your editor.
  2. Update your list of plugins to include hyper-chester, like so:
plugins: [
   'hyper-chester',
],
  1. Fully reload Hyper (Cmd+Shift+R), and tada!

Vibrancy

Zeit released Hyper.app ver 1.0.0 🎉 This version includes Vibrancy support on macOS. So this hyper-chester support that vibrancy. If you hope to use this, you can add vibrancy and opacity in your config. You can choose the vibrancy from a list of available vibrancy types.

module.exports = {
  config: {
    ...
    hyperChester: {
      vibrancy: 'ultra-dark',
      opacity: 0.3,
    },
  },
  ...
};

vibrancy

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i hyper-chester

Weekly Downloads

1

Version

0.2.5

License

MIT

Last publish

Collaborators

  • yamadayuki