0.0.2 • Published 8 years ago
hyper-nord-light v0.0.2
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-lightFeatures
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,
}
//...
}
}