Darcula Color Scheme : Dark color scheme that is easy on the eyes
script karma |
Rating 34/24,
Downloaded by 2319 |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 13.59.228.99
|