File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
55---
66
7+ # 0.4.0
8+ * 2017-03-14*
9+ ## Improvements
10+ ❯ The ` cursorColor ` configuration is now respected to use the user defined color before the theme color. (@berkin , PR #8 , bc73116f)
11+
712# 0.3.0
813* 2017-03-09*
914## Features
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module.exports = {
5858```
5959
6060## Development
61- [ ![ ] ( https://img.shields.io/badge/Changelog-0.3 .0-81A1C1.svg )] ( https://github.com/arcticicestudio/nord-hyper/blob/v0.3 .0/CHANGELOG.md ) [ ![ ] ( https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg )] ( http://nvie.com/posts/a-successful-git-branching-model ) [ ![ ] ( https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg )] ( https://github.com/arcticicestudio/arcver )
61+ [ ![ ] ( https://img.shields.io/badge/Changelog-0.4 .0-81A1C1.svg )] ( https://github.com/arcticicestudio/nord-hyper/blob/v0.4 .0/CHANGELOG.md ) [ ![ ] ( https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg )] ( http://nvie.com/posts/a-successful-git-branching-model ) [ ![ ] ( https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg )] ( https://github.com/arcticicestudio/arcver )
6262
6363Continuous integration builds are running at [ Travis-CI] ( https://travis-ci.org/arcticicestudio/nord-hyper ) and [ Circle CI] ( https://circleci.com/gh/arcticicestudio/nord-hyper ) .
6464
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ exports.decorateConfig = config => {
7474 foregroundColor,
7575 backgroundColor,
7676 borderColor,
77- cursorColor : cursorColor ,
77+ cursorColor : config . cursorColor || cursorColor ,
7878 colors,
7979 cursorShape : config . cursorShape || "BEAM" ,
8080 fontSize : config . fontSize || 16 ,
Original file line number Diff line number Diff line change 11{
22 "name" : " nord-hyper" ,
33 "title" : " Nord Hyper" ,
4- "version" : " 0.3 .0" ,
4+ "version" : " 0.4 .0" ,
55 "description" : " A arctic, north-bluish clean and elegant Hyper theme plugin" ,
66 "author" : {
77 "name" : " Arctic Ice Studio" ,
You can’t perform that action at this time.
0 commit comments