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 4
4
5
5
---
6
6
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
+
7
12
# 0.3.0
8
13
* 2017-03-09*
9
14
## Features
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module.exports = {
58
58
```
59
59
60
60
## 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 )
62
62
63
63
Continuous integration builds are running at [ Travis-CI] ( https://travis-ci.org/arcticicestudio/nord-hyper ) and [ Circle CI] ( https://circleci.com/gh/arcticicestudio/nord-hyper ) .
64
64
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ exports.decorateConfig = config => {
74
74
foregroundColor,
75
75
backgroundColor,
76
76
borderColor,
77
- cursorColor : cursorColor ,
77
+ cursorColor : config . cursorColor || cursorColor ,
78
78
colors,
79
79
cursorShape : config . cursorShape || "BEAM" ,
80
80
fontSize : config . fontSize || 16 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nord-hyper" ,
3
3
"title" : " Nord Hyper" ,
4
- "version" : " 0.3 .0" ,
4
+ "version" : " 0.4 .0" ,
5
5
"description" : " A arctic, north-bluish clean and elegant Hyper theme plugin" ,
6
6
"author" : {
7
7
"name" : " Arctic Ice Studio" ,
You can’t perform that action at this time.
0 commit comments