vim-colorschemes icon indicating copy to clipboard operation
vim-colorschemes copied to clipboard

Fix dracula

Open eleanor-clifford opened this issue 4 years ago • 4 comments

The dracula theme required variables defined in another file. With these changes the variables are defined properly and the theme is fixed.

Fixes #178

eleanor-clifford avatar Feb 01 '21 01:02 eleanor-clifford

This fix works for me. Thanks

stefanbuettner avatar Jun 01 '21 07:06 stefanbuettner

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.

benknoble avatar Jun 05 '21 18:06 benknoble

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.

eleanor-clifford avatar Jun 05 '21 20:06 eleanor-clifford

I've made a fork with a few colorschemes (including dracula) updated by via submodules and a script to add the /autoload files into the /colors/[name].vim file: https://github.com/EvitanRelta/vim-colorschemes

Hopefully it'd be easier to maintain.

EvitanRelta avatar Mar 07 '22 15:03 EvitanRelta