Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 5.12 KB

README.md

File metadata and controls

72 lines (54 loc) · 5.12 KB

A arctic, north-bluish clean and elegant Hyper theme plugin.

Designed for a fluent and clear workflow.
Based on the Nord color palette.


Font: Source Code Pro 16px.

Getting started

Installation

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

plugins: [
  'nord-hyper'
]

The configuration file can be opened with

  • ⌘ + ,
  • Ctrl + ,

and reloaded with

  • ⌘ ⇧ R
  • Ctrl ⇧ R

Install nord-hyper from the command line:

hpm install nord-hyper

Features

Smooth transitions for tab interactions.

Non-obtrusive cursor blinking.

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: {
    //...
      nordHyper: {
        cursorBlink: true,
      }
    //...
  }
}

Development

Continuous integration builds are running at Travis-CI and Circle CI.

Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.

Copyright © 2017 Arctic Ice Studio