HyperTerm theme based on the Hyperterm Gooey Syntax theme.
A dark gray version of the dark dracula theme, similar to the dark dracula theme for Visual Studio Code.
I am not a javascript dev, this is just a differently colored version of the Hyperterm Gooey Syntax theme I made to match the rest of my environment.
Tested on Windows and Ubuntu.
- Open HyperTerm's preferences (
~/.hyperterm.js
) with your editor. - Update your list of plugins to include
hyperterm-darkdracula-gray
, like so:
plugins: [ 'hyperterm-darkdracula-gray' ],
- Reload your UI or restart hyper
MIT