hyper-nord-light

0.0.2 • Public • Published

Hyper-nord-light is based on the arctic, north-bluish clean and elegant Hyper theme plugin called nord-hyper.


Font: Menlo 15px.

Getting started

Installation

Manual

Add nord-light to your ~/.hyper.js plugin list:

plugins: [
  'Nord-light'
]

The configuration file can be opened with

  • ⌘ + ,
  • Ctrl + ,

and reloaded with

  • ⌘ ⇧ R
  • Ctrl ⇧ R

hpm

Install nord-light from the command line:

hpm install nord-light

Features

Smooth transitions for tab interactions.

Configuration

All configurations are set in the nordHyper object in your ~/.hyper.js file.

Cursor Blinking

The cursor blinking can be set with the cursorBlink attribute.
The default value is true to enable the non-obtrusive cursor blinking feature.

module.exports = {
  config: {
    //...
      nordLight: {
        cursorBlink: true,
      }
    //...
  }
}

Package Sidebar

Install

npm i hyper-nord-light

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • antonsteenvoorden