aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-09 15:34:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-09 15:34:31 +1200
commit1cde2eee415fa6bd403289fe22f02036d49ab6ca (patch)
tree774c0b2a83b6f6edf09c9e698cbea41ea60d1500 /vim/vimrc
parentSubmodule commits (diff)
downloaddotfiles-1cde2eee415fa6bd403289fe22f02036d49ab6ca.tar.gz
dotfiles-1cde2eee415fa6bd403289fe22f02036d49ab6ca.zip
Changed vim colorschemes
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a01a80c3..f3b331a4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -52,7 +52,7 @@ endif
if has("syntax")
syntax enable
set background=dark
- silent! colorscheme sahara
+ silent! colorscheme railscasts
if has("folding")
set fillchars=diff:\ ,fold:\ ,vert:\
endif