fixed case of g:colors_name

This commit is contained in:
Nils Uliczka 2015-10-31 21:29:50 +01:00
parent 2380c8da36
commit 4cde1ff749

View file

@ -17,7 +17,7 @@ if exists("syntax_on")
syntax reset syntax reset
endif endif
let g:colors_name = "Dracula" let g:colors_name = "dracula"
hi Cursor ctermfg=17 ctermbg=231 cterm=NONE guifg=#282a36 guibg=#f8f8f0 gui=NONE hi Cursor ctermfg=17 ctermbg=231 cterm=NONE guifg=#282a36 guibg=#f8f8f0 gui=NONE
hi Visual ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#44475a gui=NONE hi Visual ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#44475a gui=NONE