From 45e8e9c33c9f62f6f1430af1534a69566cb5deea Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 21 Feb 2017 14:53:38 +0100 Subject: [PATCH] GHI-#3 Fix the order of prefered config attributes --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 04d67e8..699aad0 100644 --- a/index.js +++ b/index.js @@ -60,9 +60,9 @@ exports.decorateConfig = config => { borderColor, cursorColor: cursorColor, colors, - cursorShape: "BEAM", + cursorShape: config.cursorShape || "BEAM", fontSize: config.fontSize || 16, - fontFamily: "'Source Code Pro', Hack" || config.fontFamily, + fontFamily: config.fontFamily || "'Source Code Pro', Hack", termCSS: ` ${config.termCSS || ""} ::selection {