parent
a70e2c06b2
commit
47c8701680
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
" =============================================================================
|
" =============================================================================
|
||||||
" Filename: autoload/lightline/colorscheme/Dracula.vim
|
" Filename: autoload/lightline/colorscheme/dracula.vim
|
||||||
" Author: adamalbrecht
|
" Author: adamalbrecht
|
||||||
" License: MIT License
|
" License: MIT License
|
||||||
" Last Change: 2018/04/11
|
" Last Change: 2018/04/11
|
||||||
|
@ -35,7 +35,7 @@ if exists('g:lightline')
|
||||||
let s:p.normal.error = [ [ s:red, s:black ] ]
|
let s:p.normal.error = [ [ s:red, s:black ] ]
|
||||||
let s:p.normal.warning = [ [ s:yellow, s:black ] ]
|
let s:p.normal.warning = [ [ s:yellow, s:black ] ]
|
||||||
|
|
||||||
let g:lightline#colorscheme#Dracula#palette = lightline#colorscheme#flatten(s:p)
|
let g:lightline#colorscheme#dracula#palette = lightline#colorscheme#flatten(s:p)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue