2017-03-09
❯ Added a configuration to set the cursor blinking.
The default value is true
to enable the non-obtrusive cursor blinking feature. (@zovt, #7, 27820cf8)
module.exports = {
config: {
//...
nordHyper: {
cursorBlink: true
}
//...
}
}
2017-03-08
❯ Added optimized style integration for the hyper-statusline plugin. (@arcticicestudio, #6, 8ec6ad5d)
2017-02-21
❯ Circle CI builds are running against the latest Node 6.x.x
version now
❯ Travis-CI builds are running against the latest Node 6.x.x
and 4.x.x
versions now
❯ Fixed the order of the cursorShape
, fontSize
and fontFamily
configuration attributes to prevent overriding of the defined ~/.hyper.js
user configs with the theme defaults. (@kepbod, #2 #3, 45e8e9c3)
❯ Fixed the keymaps to open- and reload the ~/.hyper.js
config file. (@kepbod, #2, d1604716)
2017-02-19
Initial npm module release version!
A complete list of all implemented features can be found in the README section.
❯ Implemented the main index.js
script theme file index.js
. (@arcticicestudio, #1, b1fde294)
Detailed information about features and install instructions can be found in the README and in the project wiki.
2017-02-19 Project Initialization