From c112e2d574dc6f1122a919d595f9b0d3bc5dc3ec Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Tue, 12 Sep 2023 11:54:28 +1000 Subject: [PATCH] Add Dirvish directory listing colour To avoid the purple clash with search highlight --- colors/vim-monokai-tasty.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index a517802..ca1e3ba 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -591,6 +591,10 @@ call Highlight('GitGutterDelete', { 'fg': s:magenta, 'bg': s:none, 'style': s:no call Highlight('GitGutterChangeDelete', { 'fg': s:orange, 'bg': s:none, 'style': s:none }) " }}} +" Dirvish {{{ +call Highlight('DirvishPathTail', { 'fg': s:light_blue, 'bg': s:none, 'style': s:none }) +" }}} + " Python {{{ call Highlight('pythonBuiltin', { 'fg': s:light_blue, 'bg': s:none, 'style': s:none }) call Highlight('pythonBuiltinFunc', { 'fg': s:light_blue, 'bg': s:none, 'style': s:none })