From 1b44d4f2b9f2596d6f18a57a74a8f02c5c1e8567 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 9 Oct 2021 12:10:09 +0530 Subject: [PATCH] add : highlight color for matchparen --- lua/colors/highlights.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index 1c6650d..c8bfc9f 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -51,6 +51,8 @@ else fg("Comment", grey_fg) end +fg_bg("MatchParen", black, red) + -- Disable cusror line cmd "hi clear CursorLine" -- Line number