From c29efd7e37031520bc03118dc98f43ea9fec6b96 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 20 Jul 2013 00:20:05 +1200 Subject: Refine color choices (no 'background' defined) --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim') 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 -- cgit v1.2.3