mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-13 12:23:49 -05:00
Add Dirvish directory listing colour
To avoid the purple clash with search highlight
This commit is contained in:
@@ -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 })
|
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 {{{
|
" Python {{{
|
||||||
call Highlight('pythonBuiltin', { 'fg': s:light_blue, 'bg': s:none, 'style': s:none })
|
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 })
|
call Highlight('pythonBuiltinFunc', { 'fg': s:light_blue, 'bg': s:none, 'style': s:none })
|
||||||
|
|||||||
Reference in New Issue
Block a user