Skip to content

Instantly share code, notes, and snippets.

@mojombo
mojombo / vwilight.vim
Created January 26, 2011 03:23
vwilight.vim: A TRUE Twilight color theme for Vim
" Vim color file
" Converted from Textmate theme Twilight using Coloration v0.2.5 (http://github.com/sickill/coloration)
set background=dark
highlight clear
if exists("syntax_on")
syntax reset
endif
unlink($argv[1]);
$ii = count(explode("/", $argv[1])) - 2;
for ($i = 0; $i < $ii; ++$i) {
if (!@rmdir($argv[1] = dirname($argv[1]))) { break; }
}