Skip to content

Commit

Permalink
Merge pull request #8 from berkin/develop
Browse files Browse the repository at this point in the history
User defined cursor color
  • Loading branch information
arcticicestudio committed Mar 13, 2017
2 parents 3b4c264 + a8fc1f5 commit bc73116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports.decorateConfig = config => {
foregroundColor,
backgroundColor,
borderColor,
cursorColor: cursorColor,
cursorColor: config.cursorColor || cursorColor,
colors,
cursorShape: config.cursorShape || "BEAM",
fontSize: config.fontSize || 16,
Expand Down

0 comments on commit bc73116

Please sign in to comment.