🧛🏻‍♂️ Dark theme for Vim
Find a file
2020-04-18 14:16:02 -04:00
.github Massive theme overhaul (#62) 2018-03-28 16:44:12 -04:00
after Revert "Set colors for syntax defined by stephpy/vim-yaml. (#163)" 2019-12-22 18:33:23 -05:00
autoload Merge pull request #159 from kazukazuinaina/update_lightline_inactive_status 2019-12-06 08:37:39 -05:00
colors feat(nvim): add lsp message hightlighting (#170) 2020-03-03 07:54:47 -05:00
doc Minor update to install instructions 2019-06-11 14:28:10 -04:00
.gitignore Massive theme overhaul (#62) 2018-03-28 16:44:12 -04:00
INSTALL.md Create INSTALL.md 2019-12-19 10:47:51 -03:00
LICENSE Added .github and LICENSE 2016-05-18 19:40:02 -04:00
README.md Update README.md 2019-12-23 00:48:12 -03:00
screenshot.png update screenshot (#178) 2020-04-18 14:16:02 -04:00

Dracula for Vim

A dark theme for Vim.

Screenshot

Install

All instructions can be found at draculatheme.com/vim.

Note that dracula must be in your 'runtimepath' to load properly: Version 2.0 introduced autoload functionality for part of the plugin, which doesn't work without 'runtimepath' properly set.

For users of Vim 8's |packages| feature, it suffices to put

packadd! {name}
colorscheme dracula

in your vimrc. {name} Should be replaced by the directory you put the code in. For example, if you use ~/.vim/pack/themes/start/my-dracula-theme, you would do packadd! my-dracula-theme.

For users of other plugin managers, consult your documentation to make sure you put dracula on the 'runtimepath' before loading it.

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Derek S. David Knoble
Derek S. David Knoble

License

MIT License