Dracula Vim Versions Save

🧛🏻‍♂️ Dark theme for Vim

v2.0.0

4 years ago

Major

  • Potentially breaking change: Fixed issue with autoloads that may or may not end up being a breaking change depending on how you load plugins.

See :h dracula_runtimepath for details. #140

v1.5.0

6 years ago

Minor

  • Add support for typescriptreact syntax from yats.vim

v1.4.0

6 years ago

Minor

  • Add built-in lightline support
  • Adjust airline so that it uses in-spec colors

Patch

  • Remove lambda call for improved backwards compat

v1.3.2

6 years ago

Patch

  • fix MatchParen highlights. #70
  • add g:dracula_colorterm flag for better background color fallback in some terminals. #65

v1.3.1

6 years ago

Patch

  • Remove lockvar on script variables since they caused trouble when re-sourcing $MYVIMRC. #68

v1.3.0

6 years ago

Minor

  • Complete theme rewrite for better maintainability and slightly reduced startup time.
  • normalize the Vim Dracula implementation in its current form according to the running specification that was proposed in the main repository.
  • Introduces several user customizations that allows users to disable text style attributes if they don't want them or their terminals don't support them (underline, italic, bold, undercurl, inverse) -- See the docs for details.

Patch

  • Fixes #25, #37, #45, #46, #48, #50