aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 01daa98c..1530547f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -21,7 +21,12 @@ endif
" Colors
if has("syntax")
syntax enable
- silent! colorscheme sahara
+ set background=dark
+ try
+ colorscheme sahara
+ catch
+ silent! colorscheme torte
+ endtry
if has("folding")
set fillchars=diff:\ ,fold:\ ,vert:\
endif