All Projects → crusoexia → vim-dracula

crusoexia / vim-dracula

Licence: MIT License
Refined Dracula color scheme for Vim, color palettes are from https://github.com/zenorocha/dracula-theme.

Programming Languages

Vim Script
2826 projects

vim-dracula

Dracula color scheme for Vim, original repo is hold at https://github.com/zenorocha/dracula-theme, refined highlight, compatible with Vundle.

The code is learnt from hybrid.

Install

Vundle

Plugin 'crusoexia/vim-dracula'

Usage

Execute below command in your Vim or paste it into your .vimrc:

colorscheme dracula

Javascript enchancement

For javascript development, it is recommend to install vim-javascript, which provide features such as param syntax highlight.

Configuration

  • Italic

If you are using a font which support italic, you can use below config to enable the italic form:

let g:dracula_italic = 1

Screenshots

javascript

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].