Fix dracula - #185
Fix dracula#185eleanor-clifford wants to merge 1 commit into
Conversation
|
This fix works for me. Thanks |
|
dracula/vim maintainer here; another option would be to actually use vim8's packs. This repo could be a "package", and each colorscheme could have its own directory (git submodules, if you like that?). At any rate, better would be to keep all the files from a particular colorscheme… as this issue + PR indicates, things can break when you ignore certain files. |
|
I agree, and using submodules would also make it easier to update the themes in this repository as they change upstream. @flazz seems pretty inactive though, I don't think this repo will be updated any time soon. |
|
I've made a fork with a few colorschemes (including dracula) updated by via submodules and a script to add the Hopefully it'd be easier to maintain. |
8ce2dae to
8b03e51
Compare
The dracula theme required variables defined in another file. With these changes the variables are defined properly and the theme is fixed.
Fixes #178