aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-29 15:46:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-29 15:46:20 +1200
commitbfe2259760686346e7cc369910193a8b527332f1 (patch)
tree0c85045f2a5fcdd5127e05161bde0c230d1920e1
parentFirst commit (diff)
downloadvim-juvenile-bfe2259760686346e7cc369910193a8b527332f1.tar.gz
vim-juvenile-bfe2259760686346e7cc369910193a8b527332f1.zip
Add "Title" to neutralized syntax groups
-rw-r--r--colors/juvenile.vim1
1 files changed, 1 insertions, 0 deletions
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