Add Dracula theme for lightline.vim

Based on the color scheme from https://draculatheme.com/

Color Palette: https://github.com/dracula/dracula-theme#color-palette
This commit is contained in:
Adam Albrecht
2016-10-13 14:03:03 -04:00
parent 9e8d9f68df
commit bf6a97744b
2 changed files with 39 additions and 1 deletions

View File

@@ -223,7 +223,7 @@ OPTIONS *lightline-option*
The colorscheme for lightline.vim.
Currently, wombat, solarized, powerline, jellybeans, Tomorrow,
Tomorrow_Night, Tomorrow_Night_Blue, Tomorrow_Night_Eighties,
PaperColor, seoul256, landscape and 16color are available.
PaperColor, seoul256, landscape, Dracula, and 16color are available.
The default value is:
>
let g:lightline.colorscheme = 'default'