hyper-crt-theme

1.0.1 • Public • Published

hyper-crt-theme

makes your terminal look old-school

screenshot1 screenshot2

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.

Package Sidebar

Install

npm i hyper-crt-theme

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

18 MB

Total Files

6

Last publish

Collaborators

  • michaelshumshum