mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Use light_blue for C++ types to match sublime
This commit is contained in:
@@ -433,7 +433,7 @@ call Highlight("clojureMacro", s:light_blue, s:none, s:none)
|
||||
call Highlight("rFunction", s:light_blue, s:none, s:none)
|
||||
|
||||
" C/C++
|
||||
call Highlight("cType", s:orange, s:none, s:italic)
|
||||
call Highlight("cType", s:light_blue, s:none, s:italic)
|
||||
|
||||
" NERDTree highlighting
|
||||
call Highlight("NERDTreeClosable", s:yellow, s:none, s:none)
|
||||
|
||||
Reference in New Issue
Block a user