From a8fc1f5f2979b011d9419ec2a84dc63f89565a20 Mon Sep 17 00:00:00 2001 From: berkin Date: Mon, 13 Mar 2017 13:33:17 +0300 Subject: [PATCH] cursorColor --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c616637..e360740 100644 --- a/index.js +++ b/index.js @@ -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,