Hyper theme based on the Electron Highlighter Syntax.
- Open Hyper's preferences with
cmd + ,(or manually at~/.hyper.js) with your editor. - Update your list of plugins to include
@electron-highlighter/hyper, like so:
plugins: [
'@electron-highlighter/hyper'
],- Fully reload Hyper (
cmd + shift + r), and enjoy your new theme!
MIT
A light variant is available alongside the dark theme. Use the electron-highlighter-day.js file in this
folder the same way you use the dark one. The Day files are generated from the palette/ repo —
edit the palette there and run npm run build to regenerate.