aboutsummaryrefslogtreecommitdiff
path: root/colors/juvenile.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/juvenile.vim')
-rw-r--r--colors/juvenile.vim1
1 files changed, 1 insertions, 0 deletions
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