hyper-nord-light
v0.0.2
Published
Nord light theme for the Hyper terminal emulator, based on nord-hyper
Downloads
2
Maintainers
Readme
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,
}
//...
}
}