hyper-chester
v0.2.5
Published
Chester syntax style for Hyper.app
Downloads
2
Readme
Chester for Hyper
Hyper theme based on the Chester syntax theme.
Install
- Open Hyper's preferences with
Cmd+,
(or manually at ~/.hyper.js) with your editor. - Update your list of plugins to include
hyper-chester
, like so:
plugins: [
'hyper-chester',
],
- 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,
},
},
...
};
License
MIT