hyper-crt-theme
v1.0.1
Published
makes your terminal look old-school
Downloads
5
Maintainers
Readme
hyper-crt-theme
makes your terminal look old-school
what
this is a simple plugin/theme for Hyper (or HyperTerm) that makes your terminal look like a retro CRT screen.
installation
npm -i hyper-crt-theme
next, in your .hyper.js
file, add the following to the config:
crt: {
effects: [
'vignette',
'screen-door',
'color-separation',
'active-tab',
]
},
and in the plugins
array, add hyper-crt-them
like this:
plugins: [
...
'hyper-crt-theme',
...
]
without these steps, the theme will not load.
configuration
you can remove any of the effects by removing it from the array you added above. the order of the effects doesn't matter.