Skip to content

yamadayuki/hyper-chester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chester syntax style for Hyper.app

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published