aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 54f425bb..ca555806 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -57,11 +57,11 @@ endif
" Options dependent on the syntax feature
if has('syntax')
- " Use syntax highlighting with a dark background
+ " Use syntax highlighting
syntax enable
- set background=dark
- " Use my custom color scheme if possible
+ " Use my custom color scheme if possible, otherwise I'm happy with
+ " whatever the default is
silent! colorscheme sahara
" Get rid of visually noisy folding characters