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.
Add nord-hyper to your ~/.hyper.js plugin list:
plugins: [
'nord-hyper'
]The configuration file can be opened with
and reloaded with
Install nord-hyper from the command line:
hpm install nord-hyperSmooth transitions for tab interactions.

Non-obtrusive cursor blinking.
All configurations are set in the nordHyper object in your ~/.hyper.js file.
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,
}
//...
}
}Continuous integration builds are running at Travis-CI and Circle CI.
Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.
