0.2.5 • Published 7 years ago

hyper-chester v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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',
    ],
  3. 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

0.2.5

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.0

7 years ago