aboutsummaryrefslogtreecommitdiff
path: root/colors/juvenile.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/juvenile.vim')
-rw-r--r--colors/juvenile.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/juvenile.vim b/colors/juvenile.vim
index 56eaccd..2994e7c 100644
--- a/colors/juvenile.vim
+++ b/colors/juvenile.vim
@@ -10,11 +10,11 @@
set background=dark
if v:version > 580
highlight clear
- if exists('g:syntax_on')
+ if exists('syntax_on')
syntax reset
endif
endif
-let g:colors_name = 'juvenile'
+let colors_name = 'juvenile'
if has('gui_running') || &t_Co >= 256
highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#fcfcfc guibg=#030303