From 758b8b91df67c030a95d61c9a5f8539e2affb964 Mon Sep 17 00:00:00 2001 From: intern-jianhua Date: Fri, 1 Oct 2021 15:04:42 +0800 Subject: [PATCH] =?UTF-8?q?Add=20the=20select=20highlight=F0=9F=90=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 1d13224..3802097 100644 --- a/index.js +++ b/index.js @@ -8,6 +8,7 @@ const blue = '#65aef7'; const magenta = '#aa7ff0'; const cyan = '#43c1be'; const white = '#ffffff'; +const select = "#424865"; exports.decorateConfig = (config) => { return Object.assign({}, config, { @@ -15,6 +16,7 @@ exports.decorateConfig = (config) => { foregroundColor: fg, backgroundColor: bg, borderColor: black, + selectionColor: select, colors: { black, red,