⚡ A fork of hyper-solarized-dark for Hyper Terminal.
I've modified some colors from which I thought were a little too dark. Some colors are now more 'alive', but I left the background color original.
- Open the file
~/.hyper.js
in your favorite text editor or access Hyper's preferences by pressingCmd + ,
. - Modify the
plugins
array to addhyper-dark
:
plugins: [
'hyper-dark'
],
- Reload Hyper by pressing
Cmd + Shift + R
. If this doesn't work, try closing and reopening Hyper.