Skip to content

Commit

Permalink
added more themes and changed the default to railscasts
Browse files Browse the repository at this point in the history
  • Loading branch information
TMaYaD committed Oct 5, 2011
1 parent 7541be3 commit 899c629
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitmodules
Expand Up @@ -25,3 +25,12 @@
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = git://github.com/mattn/gist-vim.git
[submodule "bundle/railscasts"]
path = bundle/railscasts
url = https://github.com/jpo/vim-railscasts-theme.git
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = https://github.com/tpope/vim-vividchalk.git
[submodule "bundle/github-theme"]
path = bundle/github-theme
url = https://github.com/dce/github_vim_theme.git
1 change: 1 addition & 0 deletions bundle/github-theme
Submodule github-theme added at 217257
1 change: 1 addition & 0 deletions bundle/railscasts
Submodule railscasts added at db805c
1 change: 1 addition & 0 deletions bundle/vividchalk
Submodule vividchalk added at c824c2
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -64,4 +64,4 @@ set laststatus=2 " Always show status line.
"
" Put personal preferences here
"
colorscheme evening
colorscheme railscasts

0 comments on commit 899c629

Please sign in to comment.