Add Dirvish directory listing colour

To avoid the purple clash with search highlight
This commit is contained in:
Patrick Stockwell
2023-09-12 11:54:28 +10:00
parent 3f59deae02
commit c112e2d574

View File

@@ -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 })