aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 35dfc26b..9a95d996 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -60,8 +60,9 @@ if has('syntax')
" Use syntax highlighting
syntax enable
- " Use my custom color scheme if possible, otherwise I'm happy with
- " whatever the default is
+ " Use my custom color scheme if possible, otherwise I'm happy with whatever
+ " the default is, and it usually cares about my background
+ set background=dark
silent! colorscheme sahara
" Don't syntax highlight beyond 300 characters; mostly for efficiency