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,