aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-29 11:57:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-29 11:57:37 +1200
commitf4ab1d2f2a1abfe9fcc3cfca0e3ac7bd2d07f7b3 (patch)
tree3c1374583fc3dc36e1548e690e0d1c692a1f4bf8 /vim
parentAdd help completion (diff)
downloaddotfiles-f4ab1d2f2a1abfe9fcc3cfca0e3ac7bd2d07f7b3.tar.gz
dotfiles-f4ab1d2f2a1abfe9fcc3cfca0e3ac7bd2d07f7b3.zip
Restore background=dark setting to .vimrc
Seems like it's still needed for the default colorschemes to which I occasionally have to resort.
Diffstat (limited to 'vim')
-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