From 4f7d10897001b0b5fd4b438cdbd4043e02c898c1 Mon Sep 17 00:00:00 2001 From: teddy Date: Thu, 13 Oct 2022 00:01:29 +0200 Subject: [PATCH] [feat] add highlighting for netrwMarkFile --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index be280e8..e788493 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -182,6 +182,7 @@ call hi('Visual', s:cdNone, s:cdSelection, 'none', {}) call hi('VisualNOS', s:cdNone, s:cdSelection, 'none', {}) call hi('WarningMsg', s:cdOrange, s:cdBack, 'none', {}) call hi('WildMenu', s:cdNone, s:cdSelection, 'none', {}) +call hi('netrwMarkFile', s:cdFront, s:cdSelection, 'none', {}) " Legacy groups for official git.vim and diff.vim syntax hi! link diffAdded DiffAdd