Skip to content

Commit

Permalink
Fix the undefined terminal color for NERDTreeFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
yasukotelin committed Sep 27, 2019
1 parent ea54629 commit 9f7e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/shirotelin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ hi WildMenu term=NONE cterm=NONE ctermfg=16 ctermbg=226
hi NERDTreeUp term=NONE cterm=NONE ctermfg=16 gui=NONE guifg=#000000
hi NERDTreeDirSlash term=NONE cterm=NONE ctermfg=17 gui=NONE guifg=#00005f
hi NERDTreeHelp term=bold cterm=bold ctermfg=17 gui=bold guifg=#00005f
hi NERDTreeFlags term=NONE cterm=NONE gui=NONE guifg=#FFD75F
hi NERDTreeFlags term=NONE cterm=NONE ctermfg=221 gui=NONE guifg=#FFD75F


""""""""""""""""""""""
Expand Down

0 comments on commit 9f7e7ca

Please sign in to comment.