From bfe2259760686346e7cc369910193a8b527332f1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Jun 2016 15:46:20 +1200 Subject: Add "Title" to neutralized syntax groups --- colors/juvenile.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/juvenile.vim b/colors/juvenile.vim index 162ad1b..859ba0c 100644 --- a/colors/juvenile.vim +++ b/colors/juvenile.vim @@ -16,6 +16,7 @@ if has("gui_running") || &t_Co == 256 highlight Function cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE highlight Statement cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE highlight PreProc cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE + highlight Title cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE highlight Type cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE highlight Special cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE highlight Delimiter cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE -- cgit v1.2.3