From f4ab1d2f2a1abfe9fcc3cfca0e3ac7bd2d07f7b3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Aug 2013 11:57:37 +1200 Subject: Restore background=dark setting to .vimrc Seems like it's still needed for the default colorschemes to which I occasionally have to resort. --- vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3