You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hyper-crt-theme

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-crt-theme

makes your terminal look old-school

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

hyper

FAQs

Package last updated on 06 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts