mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Update netrw colours
This commit is contained in:
@@ -550,6 +550,11 @@ hi link pythonTripleQuotes Comment
|
||||
hi link pythonDoctest Comment
|
||||
hi link pythonDoctest2 Comment
|
||||
|
||||
" netrw
|
||||
call Highlight('netrwExe', { 'fg': s:yellow, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('netrwDir', { 'fg': s:light_blue, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('netrwClassify', { 'fg': s:purple, 'bg': s:none, 'style': s:none })
|
||||
|
||||
" Nvim LSP
|
||||
call Highlight('DiagnosticError', { 'fg': { 'cterm': 197, 'gui': '#fd2c40' }})
|
||||
hi link LspDiagnosticsDefaultError DiagnosticError
|
||||
|
||||
Reference in New Issue
Block a user