0.0.2 • Published 7 years ago

hyper-nord-light v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

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,
      }
    //...
  }
}