sponsor Vim development Vim logo Vim Book Ad

Darcula Color Scheme : Dark color scheme that is easy on the eyes

 script karma  Rating 34/24, Downloaded by 2199  Comments, bugs, improvements  Vim wiki

created by
Blue Shirts
 
script type
color scheme
 
description
Accurate Darcula color scheme for the VIM editor. Works well with CoffeeScript projects. Can be used in 256 color mode.

https://github.com/blueshirts/darcula
 
install details
Copy darcula.vim into ~/.vim/colors/ (Unix) or vimfiles/colors/ (Windows).

Type "colorscheme darcula" into your vimrc file.

CoffeeScript Configuration

Add the following content to the .vim/after/syntax/coffee/coffee.vim file. This configuration is required with most VIM CoffeeScript syntax highlighters in order to properly color the '@' (this) symbol.

hi clear coffeeParens
hi coffeeParens NONE
syn clear coffeeParens

hi clear coffeeSpecialIdent
hi coffeeSpecialIdent NONE
syn clear coffeeSpecialIdent

hi clear coffeeCurlies
hi coffeeCoffeeCurlies NONE
syn clear coffeeCurlies

" Highlight the this symbol.
syn match coffeeThis "\v\@"
hi def link coffeeThis Keyword
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
darcula.vim 1.0 2015-01-08 7.0 Blue Shirts Initial upload
ip used for rating: 3.236.219.157

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github