From 268ea4ad1e511f600648b3eb1e67c0b1b40a3f8d Mon Sep 17 00:00:00 2001 From: Matt Parrish Date: Fri, 13 Jul 2018 15:55:36 -0600 Subject: [PATCH] feat: Make border colors more obvious. This improves usage of plugins like hyperlayout so the each terminal is more clearly indicated with borders. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 43ff4c6..a4245ed 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ exports.decorateConfig = config => Object.assign({}, config, { backgroundColor: "#011627", foregroundColor: "#d6deeb", - borderColor: overlap, + borderColor: "rgba(126, 87, 194, 0.3)", cursorColor: "#7e57c2", cursorAccentColor: "#ffffff", selectionColor: "rgba(248, 28, 229, 0.3)",