From ea3cf7a0c692a1123f9669b204cd11d5b09ab1bb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 00:10:57 +1200 Subject: Add Normal spec so it works on a GUI --- colors/juvenile.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/juvenile.vim b/colors/juvenile.vim index be8955a..6440c36 100644 --- a/colors/juvenile.vim +++ b/colors/juvenile.vim @@ -17,6 +17,7 @@ endif let g:colors_name = 'juvenile' if has('gui_running') || &t_Co == 256 + highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#fcfcfc guibg=#030303 highlight Comment cterm=NONE ctermfg=246 ctermbg=NONE gui=NONE guifg=#a0a0a0 guibg=NONE highlight NonText cterm=NONE ctermfg=246 ctermbg=NONE gui=NONE guifg=#a0a0a0 guibg=NONE highlight Constant cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE -- cgit v1.2.3