Skip to content

Commit

Permalink
molokai theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 14, 2010
1 parent 9a57c0a commit af82793
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -155,6 +155,7 @@ Use `:color vibrantink` to switch to a color scheme.
Janus also has a few customized versions of popular themes:

* jellybeans+
* molokai
* railscasts+

To set a color scheme, update your local vimrc files:
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -129,6 +129,10 @@ vim_plugin_task "janus_themes" do
end
end

vim_plugin_task "molokai" do
sh "curl http://www.vim.org/scripts/download_script.php?src_id=9750 > colors/molokai.vim"
end

vim_plugin_task "mustasche" do
sh "curl http://github.com/defunkt/mustache/raw/master/contrib/mustache.vim > syntax/mustache.vim"
end
Expand Down

0 comments on commit af82793

Please sign in to comment.