fixed case of g:colors_name
This commit is contained in:
parent
2380c8da36
commit
4cde1ff749
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if exists("syntax_on")
|
|||
syntax reset
|
||||
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 Visual ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#44475a gui=NONE
|
||||
|
|
Loading…
Reference in a new issue