aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-09 16:06:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-09 16:06:25 +1200
commit0491ec7a6c1fa80976a27b61e671480bbbed4dab (patch)
treecb942e2f4136a1d389e94fb644256897f36b5401 /vim/vimrc
parentAdding awesome configuration (diff)
downloaddotfiles-0491ec7a6c1fa80976a27b61e671480bbbed4dab.tar.gz
dotfiles-0491ec7a6c1fa80976a27b61e671480bbbed4dab.zip
Changed my mind
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 0216c24a..a36a48be 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -52,7 +52,7 @@ endif
if has("syntax")
syntax enable
set background=dark
- silent! colorscheme railscasts
+ silent! colorscheme sahara
if has("folding")
set fillchars=diff:\ ,fold:\ ,vert:\
endif