Skip to content
forked from nordtheme/hyper

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

License

Notifications You must be signed in to change notification settings

berkin/nord-hyper

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%